ruby-features 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -242,5 +242,8 @@ RubyFeatures.apply 'some_namespace/something_useful'
242
242
  * Added conditions.
243
243
  * Added dependencies.
244
244
 
245
+ ## TODO
246
+ * ActionDispatch with ActiveSupport lazy_load
247
+
245
248
  ## License
246
249
  MIT License. Copyright (c) 2015 Sergey Tokarenko
data/lib/ruby-features.rb CHANGED
@@ -13,7 +13,7 @@ module RubyFeatures
13
13
  end
14
14
 
15
15
  module Generators
16
- autoload :InstallGenerator, 'generators/ruby-features/install_generator'
16
+ autoload :InstallGenerator, 'generators/ruby_features/install_generator'
17
17
  end
18
18
 
19
19
  class ApplyError < StandardError; end
@@ -1,3 +1,3 @@
1
1
  module RubyFeatures
2
- VERSION = '1.1.1'.freeze
2
+ VERSION = '1.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-features
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-24 00:00:00.000000000 Z
12
+ date: 2015-06-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler