Skip to content

Commit 36ffb29

Browse files
Fix wrong email addresses in gemspec
1 parent 6b0a7be commit 36ffb29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

matestack-ui-core.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.name = "matestack-ui-core"
99
s.version = Matestack::Ui::Core::VERSION
1010
s.authors = ["Jonas Jabari", "Pascal Wengerter", "Christopher Bastert"]
11-
s.email = ["jonas@basemate.io", "pascal@basemate.io", "chris@basemate.io"]
11+
s.email = ["jonas@basemate.com", "pascal@basemate.com", "chris@basemate.com"]
1212
s.homepage = "https://basemate.io"
1313
s.summary = "Escape the frontend hustle. Create beautiful software easily. Use matestack."
1414
s.description = "We're replacing the original view-layer of Ruby on Rails, the most productive MVC framework we know, with our technology. By introducing matestack we get dynamic, fast and simple user interfaces without the need to touch HTML/HAML/ERB/JS/CSS. Plus, it feels like a single page application, but there's no need for all the API hustle SPAs usually bring with them."
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717

1818
s.files = Dir["{app,config,db,lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1919

20-
s.add_dependency "rails", ">= 5.0.0"
20+
s.add_dependency "rails", ">= 5.2.2.1"
2121
s.add_dependency "haml"
2222
s.add_dependency "trailblazer"
2323
s.add_dependency "trailblazer-rails", "1.0.9"

0 commit comments

Comments
 (0)