twitter-bootswatch-rails-helpers 2.3.2 → 2.3.2.1
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.
- checksums.yaml +8 -8
- data/.gitignore +1 -0
- data/README.md +4 -10
- data/lib/twitter/bootswatch/rails/helpers/version.rb +1 -1
- data/twitter-bootswatch-rails-helpers.gemspec +5 -4
- metadata +10 -8
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OWNjZWEwZTIyN2JlN2NlMGI0YzUzYzM1YjA0NTMxNzViZmZlNmEyMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODAyMGI5NzVjZGRkNDc1YzhiNjMxZTk2ZDRiZGEyNzhmMWZkODk1Mw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODJlN2Y0OTQxOTAyZTQ5ODVlNjhkZjM5NWJjZmFiMTFlNjRhMzg4MjE1N2Jm
|
|
10
|
+
MTBiOTkxYzhiZTA3YzBiNjg3YWMzYTQyYTAzNDY1YTc3NzdhMTI5OGJiNzA4
|
|
11
|
+
ZDg3YjI0NzQ5N2U4NDdjMDNlZWY1ODYyYzEzODQ0YzhmMDFlOTU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDQ3NDBjMjNhOTJhYzcxZjljZWYxOGRhY2I4OWQxZTM3NjNhZTgwYjFiODA2
|
|
14
|
+
NTI5MmFiZmU2MzQzNjdhMmE4YjlmMDBhMzJiNDI0NGY0NzM0M2U3MWNjYjg5
|
|
15
|
+
NWEyMmNjYTA5NGYzMzI5MWJkOTNhYzNiMDllN2UxZjg1NWYxMTk=
|
data/.gitignore
CHANGED
data/README.md
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
# Twitter Bootswatch Rails Helpers gem
|
|
1
|
+
# Twitter Bootswatch Rails 2.3.2 Helpers gem
|
|
2
2
|
|
|
3
|
-
- Requires [twitter-bootswatch-rails](https://github.com/scottvrosenthal/twitter-bootswatch-
|
|
3
|
+
- Requires [twitter-bootswatch-rails](https://github.com/scottvrosenthal/twitter-bootswatch-railstree/2.3.2)
|
|
4
4
|
- Provides view helpers for twitter bootstrap's alerts and breadcrumbs
|
|
5
5
|
|
|
6
6
|
## Installing Gem
|
|
7
7
|
|
|
8
8
|
Add this line to your application's Gemfile:
|
|
9
9
|
|
|
10
|
-
gem 'twitter-bootswatch-rails', '
|
|
10
|
+
gem 'twitter-bootswatch-rails', '~> 2.3.2'
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
gem 'twitter-bootswatch-rails-helpers', '>= 2.3.2'
|
|
12
|
+
gem 'twitter-bootswatch-rails-helpers'
|
|
14
13
|
|
|
15
14
|
And then execute:
|
|
16
15
|
|
|
@@ -20,14 +19,9 @@ Or install it yourself as:
|
|
|
20
19
|
|
|
21
20
|
$ gem install twitter-bootswatch-rails-helpers
|
|
22
21
|
|
|
23
|
-
## Demo
|
|
24
|
-
|
|
25
|
-
The [demo](https://github.com/scottvrosenthal/twitter-bootswatch-rails-demo) will show you how this gem can be used.
|
|
26
22
|
|
|
27
23
|
## Usages
|
|
28
24
|
|
|
29
|
-
Please view the [demo](https://github.com/scottvrosenthal/twitter-bootswatch-rails-demo) project to see some examples on how to use these view helpers
|
|
30
|
-
|
|
31
25
|
Alerts:
|
|
32
26
|
|
|
33
27
|
```erb
|
|
@@ -6,19 +6,20 @@ require 'twitter/bootswatch/rails/helpers/version'
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = "twitter-bootswatch-rails-helpers"
|
|
8
8
|
gem.version = Twitter::Bootswatch::Rails::Helpers::VERSION
|
|
9
|
+
gem.required_ruby_version = '>= 1.9.3'
|
|
10
|
+
gem.required_rubygems_version = '>= 1.8.11'
|
|
9
11
|
gem.authors = ["Scott V. Rosenthal"]
|
|
10
12
|
gem.email = ["sr7575@gmail.com"]
|
|
11
13
|
gem.homepage = "https://github.com/scottvrosenthal/twitter-bootswatch-rails-helpers"
|
|
12
14
|
gem.summary = %q{Twitter Bootswatch Rails Helpers gem for use with the twitter-bootswatch-rails.gem}
|
|
13
15
|
gem.description = %q{twitter-bootswatch-rails-helpers gem provides common view helpers for use with the twitter-bootswatch-rails.gem}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
gem.rubyforge_project = "twitter-bootswatch-rails-helpers"
|
|
16
|
+
gem.license = "MIT"
|
|
17
|
+
gem.licenses = ['MIT', 'GPL-2']
|
|
17
18
|
|
|
18
19
|
gem.files = `git ls-files`.split($/)
|
|
19
20
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
20
21
|
gem.require_paths = ["lib"]
|
|
21
22
|
|
|
22
|
-
gem.add_dependency 'twitter-bootswatch-rails', '
|
|
23
|
+
gem.add_dependency 'twitter-bootswatch-rails', '~> 2.3.2'
|
|
23
24
|
|
|
24
25
|
end
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twitter-bootswatch-rails-helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.2
|
|
4
|
+
version: 2.3.2.1
|
|
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: 2013-
|
|
11
|
+
date: 2013-08-21 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
19
|
version: 2.3.2
|
|
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
26
|
version: 2.3.2
|
|
27
27
|
description: twitter-bootswatch-rails-helpers gem provides common view helpers for
|
|
@@ -47,7 +47,9 @@ files:
|
|
|
47
47
|
- lib/twitter/bootswatch/rails/helpers/version.rb
|
|
48
48
|
- twitter-bootswatch-rails-helpers.gemspec
|
|
49
49
|
homepage: https://github.com/scottvrosenthal/twitter-bootswatch-rails-helpers
|
|
50
|
-
licenses:
|
|
50
|
+
licenses:
|
|
51
|
+
- MIT
|
|
52
|
+
- GPL-2
|
|
51
53
|
metadata: {}
|
|
52
54
|
post_install_message:
|
|
53
55
|
rdoc_options: []
|
|
@@ -57,14 +59,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
57
59
|
requirements:
|
|
58
60
|
- - ! '>='
|
|
59
61
|
- !ruby/object:Gem::Version
|
|
60
|
-
version:
|
|
62
|
+
version: 1.9.3
|
|
61
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
64
|
requirements:
|
|
63
65
|
- - ! '>='
|
|
64
66
|
- !ruby/object:Gem::Version
|
|
65
|
-
version:
|
|
67
|
+
version: 1.8.11
|
|
66
68
|
requirements: []
|
|
67
|
-
rubyforge_project:
|
|
69
|
+
rubyforge_project:
|
|
68
70
|
rubygems_version: 2.0.3
|
|
69
71
|
signing_key:
|
|
70
72
|
specification_version: 4
|