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 +4 -4
- data/README.md +3 -3
- data/Rakefile +0 -1
- data/lib/twitter/bootswatch/rails/helpers/version.rb +1 -1
- data/twitter-bootswatch-rails-helpers.gemspec +3 -3
- metadata +16 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e067c3cef083b0d5c0bd711455f226469b9bef0e
|
4
|
+
data.tar.gz: c21ce053eee9d480576f58d09389669d76fd148f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7514ca5c5159cfc4ba743fbbc0f9efeb91f1eab1646a99b92358b13f529fb20d792509097ccb59df6be22f89d5ab6fa5ba4f8d2be1d65484237e42e23e119bf3
|
7
|
+
data.tar.gz: c830b2f389877b6d64db9493c35e60e3982d22e17c8b40f788230c71d61c705f73182581f8afdd4420a7d1688d914413f4bed263568077d06f8f7f37d5154c1c
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# Bootswatch Rails 3.
|
1
|
+
# Bootswatch Rails 3.1.0 Helpers gem
|
2
2
|
|
3
|
-
[![Build Status](https://
|
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.
|
12
|
+
gem 'twitter-bootswatch-rails', '~> 3.1.0'
|
13
13
|
|
14
14
|
gem 'twitter-bootswatch-rails-helpers'
|
15
15
|
|
data/Rakefile
CHANGED
@@ -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
|
15
|
-
gem.description = %q{twitter-bootswatch-rails-helpers gem provides common view helpers for use with the twitter-bootswatch-rails
|
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.
|
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.
|
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-
|
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.
|
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.
|
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
|
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
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
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.
|
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
|
76
|
+
summary: Bootswatch Rails Helpers gem for use with the twitter-bootswatch-rails &
|
77
|
+
less-rails gems
|
77
78
|
test_files: []
|