propeller_rails 0.1.0.pre.beta → 0.1.1.pre.beta
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/propeller.js +2 -2
- data/app/assets/stylesheets/propeller.scss +1 -2
- data/lib/propeller_rails/version.rb +1 -1
- data/propeller_rails.gemspec +0 -2
- data/vendor/assets/custom/css/bootstrap.css +6757 -0
- data/vendor/assets/custom/fonts/glyphicons-halflings-regular.eot +0 -0
- data/vendor/assets/custom/fonts/glyphicons-halflings-regular.svg +288 -0
- data/vendor/assets/custom/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/vendor/assets/custom/fonts/glyphicons-halflings-regular.woff +0 -0
- data/vendor/assets/custom/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/vendor/assets/custom/js/bootstrap.js +2377 -0
- data/vendor/assets/custom/js/jquery.js +5 -0
- metadata +9 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11d3c3742fcfdace4596b730d62ea699f1b09edf
|
4
|
+
data.tar.gz: 37b97211704716ebc91e0cb08412cdfe65eb76e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9acd93c3a7ac96aa4a2c7de71f0dfe4e3fa1e5ceb31b838f6e094d67c71ba136308dc57d7ed32091164216f1130debf49193fe30acc90fea53398816372f312f
|
7
|
+
data.tar.gz: 0c5072b4a43b87a23dc715a347f08c8a9d3e2a27e40ee1ea6a622b97135ad20b5f101a147673ce243aa8170eea63bde3d93170a5ae9979a816ffe8279f1bd564
|
@@ -1,3 +1,3 @@
|
|
1
|
-
//= require jquery
|
2
|
-
//= require bootstrap
|
1
|
+
//= require js/jquery
|
2
|
+
//= require js/bootstrap
|
3
3
|
//= require js/propeller
|
data/propeller_rails.gemspec
CHANGED