Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgynn committed Jan 14, 2015
1 parent 504fbd3 commit 5843b85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased
### 0.0.2

* features
* Tuttle::Engine will now auto-mount routes
Expand Down
2 changes: 1 addition & 1 deletion lib/tuttle/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tuttle
VERSION = '0.0.1'
VERSION = '0.0.2'
end
2 changes: 1 addition & 1 deletion tuttle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.3'

s.add_dependency 'rails', '>= 4.1.4'
s.add_dependency 'rails', '>= 4.1.4', '< 5.0.0'
s.add_development_dependency 'rake'
s.add_development_dependency 'appraisal'

Expand Down

0 comments on commit 5843b85

Please sign in to comment.