rails_bootstrap_helpers 0.0.1 → 0.1.0

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
@@ -1,6 +1,6 @@
1
1
  # RailsBootstrapHelpers
2
2
 
3
- Some helpful Twitter Bootstrap Rails helpers. I felt the pain of the upgrade from Twitter Bootstrap 1.6 to 2.0 and these were the result.
3
+ Some helpful Twitter Bootstrap Rails helpers. I felt the pain of the upgrade from Twitter Bootstrap 1.4 to 2.0 and these were the result.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,3 +1,3 @@
1
1
  module RailsBootstrapHelpers
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -15,6 +15,6 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
16
  gem.name = "rails_bootstrap_helpers"
17
17
  gem.require_paths = ["lib"]
18
- gem.add_dependency 'rails', '~> 3.0'
18
+ gem.add_dependency 'rails', '~> 4.0'
19
19
  gem.version = RailsBootstrapHelpers::VERSION
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_bootstrap_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
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: 2012-06-12 00:00:00.000000000 Z
12
+ date: 2013-07-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: '3.0'
21
+ version: '4.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: '3.0'
29
+ version: '4.0'
30
30
  description: ! "Some helpful Twitter Bootstrap Rails helpers. \n I
31
31
  felt the pain of the upgrade from Twitter Bootstrap \n 1.6
32
32
  to 2.0 and these were the result."
@@ -71,3 +71,4 @@ signing_key:
71
71
  specification_version: 3
72
72
  summary: Some helpful Twitter Bootstrap Rails helpers.
73
73
  test_files: []
74
+ has_rdoc: