bootstrap-shoehorn 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -7,3 +7,4 @@ pkg
7
7
  .idea
8
8
  .rvmrc
9
9
  coverage
10
+ *.gem
data/README.md CHANGED
@@ -12,7 +12,7 @@ but I need more customization. So I borrowed the gem structure and some code for
12
12
  Add to your `Gemfile`:
13
13
 
14
14
  ```ruby
15
- gem 'shoehorn'
15
+ gem 'bootstrap-shoehorn'
16
16
  ```
17
17
 
18
18
  ## Currently Supported
@@ -333,4 +333,4 @@ Submitting a Pull Request
333
333
  6. Add specs for your feature or bug fix.
334
334
  7. Run `bundle exec rake spec`. If your changes are not 100% covered, go back to step 6.
335
335
  8. Commit and push your changes.
336
- 9. Submit a pull request. Please do not include changes to the gemspec, version, or history file. (If you want to create your own version for some reason, please do so in a separate commit.)
336
+ 9. Submit a pull request. Please do not include changes to the gemspec, version, or history file. (If you want to create your own version for some reason, please do so in a separate commit.)
@@ -8,7 +8,7 @@ module Shoehorn
8
8
  #autoload :Form, 'shoehorn/components/form'
9
9
  #autoload :FormBuilder, 'shoehorn/components/form_builder'
10
10
  autoload :Button, 'shoehorn/components/button'
11
- autoload :ButtonDropdown, 'shoehorn/components/button_dropdown'
11
+ autoload :Dropdown, 'shoehorn/components/dropdown'
12
12
  autoload :Navigation, 'shoehorn/components/navigation'
13
13
  autoload :Modal, 'shoehorn/components/modal'
14
14
  autoload :ProgressBar, 'shoehorn/components/progress_bar'
@@ -1,3 +1,3 @@
1
1
  module Shoehorn
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-shoehorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -248,12 +248,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
248
248
  - - ! '>='
249
249
  - !ruby/object:Gem::Version
250
250
  version: '0'
251
+ segments:
252
+ - 0
253
+ hash: 628332335
251
254
  required_rubygems_version: !ruby/object:Gem::Requirement
252
255
  none: false
253
256
  requirements:
254
257
  - - ! '>='
255
258
  - !ruby/object:Gem::Version
256
259
  version: '0'
260
+ segments:
261
+ - 0
262
+ hash: 628332335
257
263
  requirements: []
258
264
  rubyforge_project:
259
265
  rubygems_version: 1.8.24