twitter-bootswatch-rails-helpers 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YTQ5YzY5NjdkN2I4NzhjZGU1ZThlNzZlNjZiMWIzZjFlZmU0YmMwOA==
5
+ data.tar.gz: !binary |-
6
+ NDhkZTZjNGJlNTY1ZDNiNmIxOTFiMTY5YzcyNDViNDIyZWM2MjU4ZA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MGFlMTcxODhmMTZjZTYwMTNjNTk1M2RhNTcyZTZiYWE2M2UwOWQ1M2UzZDIx
10
+ YTM4ZmY1NTFiMmVlYzZkOWI5YTZlOWZmNmNiY2VlM2Y0ZTc5YTA3M2E1ZWY2
11
+ MTliNjc2ZDA5ZGJmODZjZDViMDkwNmJhMTUwYTRlNmYyY2QzYTA=
12
+ data.tar.gz: !binary |-
13
+ ZTJhMTg4ZTkwODk0ZTFkZGEzNWFjNzg4YzEyYmNkZmMyZTY3Y2JkYjdlYzU1
14
+ ODMxZWJlOWMwZjhjMDlhMTkyNjcxOGJiYmZkOWY4YTdlMmNhNWE2MjIyOTc5
15
+ ZTViYjcwZWNhYmRlYWJkYThhNzY0ZGYzYzg2ZjY3MTIzYjU5ODE=
data/README.md CHANGED
@@ -7,8 +7,10 @@
7
7
 
8
8
  Add this line to your application's Gemfile:
9
9
 
10
- gem 'twitter-bootswatch-rails'
11
- gem 'twitter-bootswatch-rails-helpers'
10
+ gem 'twitter-bootswatch-rails', '>= 2.3.2'
11
+
12
+ # always include after the main gem in your Gemfile
13
+ gem 'twitter-bootswatch-rails-helpers', '>= 2.3.2'
12
14
 
13
15
  And then execute:
14
16
 
@@ -2,7 +2,7 @@ module Twitter
2
2
  module Bootswatch
3
3
  module Rails
4
4
  module Helpers
5
- VERSION = '2.3.1'
5
+ VERSION = '2.3.2'
6
6
  end
7
7
  end
8
8
  end
@@ -19,6 +19,6 @@ Gem::Specification.new do |gem|
19
19
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
20
20
  gem.require_paths = ["lib"]
21
21
 
22
- gem.add_dependency 'twitter-bootswatch-rails', '>= 2.1'
22
+ gem.add_dependency 'twitter-bootswatch-rails', '>= 2.3.2'
23
23
 
24
24
  end
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter-bootswatch-rails-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
5
- prerelease:
4
+ version: 2.3.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Scott V. Rosenthal
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-22 00:00:00.000000000 Z
11
+ date: 2013-05-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: twitter-bootswatch-rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
21
- version: '2.1'
19
+ version: 2.3.2
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
29
- version: '2.1'
26
+ version: 2.3.2
30
27
  description: twitter-bootswatch-rails-helpers gem provides common view helpers for
31
28
  use with the twitter-bootswatch-rails.gem
32
29
  email:
@@ -51,32 +48,25 @@ files:
51
48
  - twitter-bootswatch-rails-helpers.gemspec
52
49
  homepage: https://github.com/scottvrosenthal/twitter-bootswatch-rails-helpers
53
50
  licenses: []
51
+ metadata: {}
54
52
  post_install_message:
55
53
  rdoc_options: []
56
54
  require_paths:
57
55
  - lib
58
56
  required_ruby_version: !ruby/object:Gem::Requirement
59
- none: false
60
57
  requirements:
61
58
  - - ! '>='
62
59
  - !ruby/object:Gem::Version
63
60
  version: '0'
64
- segments:
65
- - 0
66
- hash: -2674487303380543985
67
61
  required_rubygems_version: !ruby/object:Gem::Requirement
68
- none: false
69
62
  requirements:
70
63
  - - ! '>='
71
64
  - !ruby/object:Gem::Version
72
65
  version: '0'
73
- segments:
74
- - 0
75
- hash: -2674487303380543985
76
66
  requirements: []
77
67
  rubyforge_project: twitter-bootswatch-rails-helpers
78
- rubygems_version: 1.8.24
68
+ rubygems_version: 2.0.3
79
69
  signing_key:
80
- specification_version: 3
70
+ specification_version: 4
81
71
  summary: Twitter Bootswatch Rails Helpers gem for use with the twitter-bootswatch-rails.gem
82
72
  test_files: []