twitter-bootstrap-rails-cdn 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +25 -0
- data/lib/twitter-bootstrap-rails-cdn/version.rb +1 -1
- data/twitter-bootstrap-rails-cdn.gemspec +1 -0
- metadata +3 -2
data/README.md
CHANGED
@@ -92,3 +92,28 @@ If you want to check the production URL, you can pass `force: true` as an option
|
|
92
92
|
twitter_bootstrap_stylesheet_link_tag :netdna, force: true
|
93
93
|
twitter_bootstrap_javascript_include_tag :netdna, force: true
|
94
94
|
```
|
95
|
+
|
96
|
+
## License
|
97
|
+
|
98
|
+
Copyright (c) 201 Nicholas Barthelemy
|
99
|
+
|
100
|
+
MIT License
|
101
|
+
|
102
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
103
|
+
a copy of this software and associated documentation files (the
|
104
|
+
"Software"), to deal in the Software without restriction, including
|
105
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
106
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
107
|
+
permit persons to whom the Software is furnished to do so, subject to
|
108
|
+
the following conditions:
|
109
|
+
|
110
|
+
The above copyright notice and this permission notice shall be
|
111
|
+
included in all copies or substantial portions of the Software.
|
112
|
+
|
113
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
114
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
115
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
116
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
117
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
118
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
119
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter-bootstrap-rails-cdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -32,7 +32,8 @@ files:
|
|
32
32
|
- vendor/assets/stylesheets/bootstrap-2.3.2.css
|
33
33
|
- vendor/assets/stylesheets/bootstrap-2.3.2.min.css
|
34
34
|
homepage: https://github.com/nbarthelemy/twitter-bootstrap-rails-cdn
|
35
|
-
licenses:
|
35
|
+
licenses:
|
36
|
+
- MIT
|
36
37
|
post_install_message:
|
37
38
|
rdoc_options: []
|
38
39
|
require_paths:
|