twitter-bootswatch-rails-helpers 3.1.0.0 → 3.2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58893893abc5c772680447836ce1362da3c315aa
4
- data.tar.gz: 6a443aa6f26096a65202fb11086ccca9b46157d6
3
+ metadata.gz: e067c3cef083b0d5c0bd711455f226469b9bef0e
4
+ data.tar.gz: c21ce053eee9d480576f58d09389669d76fd148f
5
5
  SHA512:
6
- metadata.gz: 356d60722b84fb391de46ee416ac8522144ac323ba7f4566c6bc44176631bfc4cc8d9c5e4a4a6f5dbb4064bbfe93f5e65a2a88b2f277d8ae18f49a2034458347
7
- data.tar.gz: 07180ade6dcae022f9745d5c0814fcb5ed26d5c079128fc53e53cca1e219f8941399106a72849892d3cd6aba905af4d8ede91e4a19a0ac9313861eb6f864607e
6
+ metadata.gz: 7514ca5c5159cfc4ba743fbbc0f9efeb91f1eab1646a99b92358b13f529fb20d792509097ccb59df6be22f89d5ab6fa5ba4f8d2be1d65484237e42e23e119bf3
7
+ data.tar.gz: c830b2f389877b6d64db9493c35e60e3982d22e17c8b40f788230c71d61c705f73182581f8afdd4420a7d1688d914413f4bed263568077d06f8f7f37d5154c1c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Bootswatch Rails 3.0.0 Helpers gem
1
+ # Bootswatch Rails 3.1.0 Helpers gem
2
2
 
3
- [![Build Status](https://www.travis-ci.org/scottvrosenthal/twitter-bootswatch-rails-helpers.png?branch=master)](https://www.travis-ci.org/scottvrosenthal/twitter-bootswatch-rails-helpers)
3
+ [![Build Status](https://travis-ci.org/scottvrosenthal/twitter-bootswatch-rails-helpers.png?branch=master)](https://travis-ci.org/scottvrosenthal/twitter-bootswatch-rails-helpers)
4
4
 
5
5
  - Requires [twitter-bootswatch-rails](https://github.com/scottvrosenthal/twitter-bootswatch-rails/)
6
6
  - Provides rails view helpers for [Twitter Bootstrap](http://getbootstrap.com/) alerts and breadcrumbs
@@ -9,7 +9,7 @@
9
9
 
10
10
  Add this line to your application's Gemfile:
11
11
 
12
- gem 'twitter-bootswatch-rails', '~> 3.0.0'
12
+ gem 'twitter-bootswatch-rails', '~> 3.1.0'
13
13
 
14
14
  gem 'twitter-bootswatch-rails-helpers'
15
15
 
data/Rakefile CHANGED
@@ -2,7 +2,6 @@ require "bundler/gem_tasks"
2
2
 
3
3
  desc "Bundle the gem"
4
4
  task :bundle do
5
- sh('bundle install')
6
5
 
7
6
  sh 'gem build *.gemspec'
8
7
  sh 'gem install *.gem'
@@ -2,7 +2,7 @@ module Twitter
2
2
  module Bootswatch
3
3
  module Rails
4
4
  module Helpers
5
- VERSION = '3.1.0.0'
5
+ VERSION = '3.2.0.0'
6
6
  end
7
7
  end
8
8
  end
@@ -11,8 +11,8 @@ Gem::Specification.new do |gem|
11
11
  gem.authors = ["Scott V. Rosenthal"]
12
12
  gem.email = ["sr7575@gmail.com"]
13
13
  gem.homepage = 'https://github.com/scottvrosenthal/twitter-bootswatch-rails-helpers'
14
- gem.summary = %q{Bootswatch Rails Helpers gem for use with the twitter-bootswatch-rails gem}
15
- gem.description = %q{twitter-bootswatch-rails-helpers gem provides common view helpers for use with the twitter-bootswatch-rails gem}
14
+ gem.summary = %q{Bootswatch Rails Helpers gem for use with the twitter-bootswatch-rails & less-rails gems}
15
+ gem.description = %q{twitter-bootswatch-rails-helpers gem provides common view helpers for use with the twitter-bootswatch-rails & less-rails gems}
16
16
  gem.license = 'MIT'
17
17
  gem.licenses = ['MIT', 'GPL-2']
18
18
 
@@ -20,6 +20,6 @@ Gem::Specification.new do |gem|
20
20
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
21
21
  gem.require_paths = ['lib']
22
22
 
23
- gem.add_dependency 'twitter-bootswatch-rails', '~> 3.1.0'
23
+ gem.add_dependency 'twitter-bootswatch-rails', '~> 3.2.0'
24
24
 
25
25
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter-bootswatch-rails-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.0
4
+ version: 3.2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott V. Rosenthal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-06 00:00:00.000000000 Z
11
+ date: 2014-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: twitter-bootswatch-rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 3.1.0
19
+ version: 3.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 3.1.0
26
+ version: 3.2.0
27
27
  description: twitter-bootswatch-rails-helpers gem provides common view helpers for
28
- use with the twitter-bootswatch-rails gem
28
+ use with the twitter-bootswatch-rails & less-rails gems
29
29
  email:
30
30
  - sr7575@gmail.com
31
31
  executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
- - ".gitignore"
36
- - ".ruby-gemset"
37
- - ".ruby-version"
38
- - ".travis.yml"
35
+ - .gitignore
36
+ - .ruby-gemset
37
+ - .ruby-version
38
+ - .travis.yml
39
39
  - Gemfile
40
40
  - LICENSE.txt
41
41
  - README.md
@@ -60,18 +60,19 @@ require_paths:
60
60
  - lib
61
61
  required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
- - - ">="
63
+ - - '>='
64
64
  - !ruby/object:Gem::Version
65
65
  version: 1.9.3
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - ">="
68
+ - - '>='
69
69
  - !ruby/object:Gem::Version
70
70
  version: 1.8.11
71
71
  requirements: []
72
72
  rubyforge_project:
73
- rubygems_version: 2.1.11
73
+ rubygems_version: 2.2.2
74
74
  signing_key:
75
75
  specification_version: 4
76
- summary: Bootswatch Rails Helpers gem for use with the twitter-bootswatch-rails gem
76
+ summary: Bootswatch Rails Helpers gem for use with the twitter-bootswatch-rails &
77
+ less-rails gems
77
78
  test_files: []