Skip to content

Commit

Permalink
version 1.10.0
Browse files Browse the repository at this point in the history
Improvement: Arturo no longer declares a hard runtime dependency on
Rails, but instead only on ActiveRecord. This makes it possible to
use `Arturo::Feature` in non-Rails settings. Feature *management*
is still expressed as a Rails engine and requires `actionpack` and
other parts of Rails.
  • Loading branch information
James A. Rosen committed Jan 10, 2014
1 parent 0915a0e commit 860f199
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## v1.10.0

Improvement: Arturo no longer declares a hard runtime dependency on Rails, but
instead only on ActiveRecord. This makes it possible to use `Arturo::Feature`
in non-Rails settings. Feature *management* is still expressed as a Rails engine
and requires `actionpack` and other parts of Rails.

## v1.9.0

Improvement: `Arturo::Feature` is defined in `lib/arturo/feature.rb` instead of
Expand Down
2 changes: 1 addition & 1 deletion arturo.gemspec
@@ -1,6 +1,6 @@
# my_rails_engine.gemspec
Gem::Specification.new do |gem|
gem.version = '1.9.0'
gem.version = '1.10.0'
gem.name = 'arturo'
gem.files = Dir["lib/**/*", "app/**/*", "config/**/*"] + %w(README.md CHANGELOG.md LICENSE)
gem.summary = "Feature sliders, wrapped up in an engine"
Expand Down

0 comments on commit 860f199

Please sign in to comment.