chosen_assets 1.1.0.1 → 1.1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in chosen-rails.gemspec
3
+ # Specify your gem's dependencies in chosen_assets.gemspec
4
4
  gemspec
data/README.md CHANGED
@@ -11,9 +11,9 @@ compiled source.
11
11
 
12
12
  ## Usage
13
13
 
14
- ### Install chosen-rails gem
14
+ ### Install chosen_assets gem
15
15
 
16
- Include `chosen-rails` in Gemefile
16
+ Include `chosen_assets` in Gemefile
17
17
 
18
18
  gem 'chosen_assets'
19
19
 
@@ -72,7 +72,7 @@ If you use simple form as form builder
72
72
 
73
73
  ## Gem maintenance
74
74
 
75
- ### Update chosen source in `chosen-rails` gem with `Rake` commands.
75
+ ### Update chosen source in `chosen_assets` gem with `Rake` commands.
76
76
 
77
77
  Update origin chosen source files.
78
78
 
@@ -5,7 +5,7 @@ module ChosenAssets
5
5
  )
6
6
 
7
7
  rake_tasks do
8
- load 'chosen-rails/tasks.rake'
8
+ load 'chosen_assets/tasks.rake'
9
9
  end
10
10
  end
11
11
  end
@@ -1,4 +1,4 @@
1
1
  module ChosenAssets
2
- VERSION = '1.1.0.1'
2
+ VERSION = '1.1.0.2'
3
3
  CHOSEN_VERSION = '1.1.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chosen_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.1
4
+ version: 1.1.0.2
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: 2014-03-12 00:00:00.000000000 Z
13
+ date: 2014-03-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties