neo-rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ module Neo
12
12
  include ActionView::Helpers::TagHelper
13
13
  include ActionView::Helpers::UrlHelper
14
14
  include ActionView::Helpers::TranslationHelper
15
+ include ActionView::Helpers::NumberHelper
15
16
  include Sprockets::Helpers::RailsHelper
16
17
  include Sprockets::Helpers::IsolatedHelper
17
18
  include ::Rails.application.routes.url_helpers
@@ -1,5 +1,5 @@
1
1
  module Neo
2
2
  module Rails
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-14 00:00:00.000000000 Z
13
+ date: 2012-09-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -156,4 +156,3 @@ test_files:
156
156
  - test/helper.rb
157
157
  - test/mock_test.rb
158
158
  - test/presenter_test.rb
159
- has_rdoc: