sucreries 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sucreries/version.rb +1 -1
- data/lib/vendor/assets/images/sucreries/bootstrap/glyphicons-halflings-white.png +0 -0
- data/lib/vendor/assets/images/sucreries/bootstrap/glyphicons-halflings.png +0 -0
- data/lib/vendor/assets/javascripts/sucreries/bootstrap/bootstrap-2.0.3.js +1824 -0
- data/lib/vendor/assets/javascripts/sucreries/pow/pow.js +137 -0
- data/lib/vendor/assets/javascripts/sucreries/underscore/underscore-1.3.2.js +1059 -0
- data/lib/vendor/assets/stylesheets/sucreries/bootstrap/bootstrap-2.0.3.css +4960 -0
- data/lib/vendor/assets/stylesheets/sucreries/bootstrap/bootstrap-responsive-2.0.3.css +808 -0
- metadata +10 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sucreries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-07-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sprockets
|
@@ -36,9 +36,16 @@ extra_rdoc_files: []
|
|
36
36
|
files:
|
37
37
|
- lib/sucreries.rb
|
38
38
|
- lib/sucreries/version.rb
|
39
|
+
- lib/vendor/assets/images/sucreries/bootstrap/glyphicons-halflings-white.png
|
40
|
+
- lib/vendor/assets/images/sucreries/bootstrap/glyphicons-halflings.png
|
39
41
|
- lib/vendor/assets/javascripts/sucreries/backbone/backbone-0.9.2.js
|
42
|
+
- lib/vendor/assets/javascripts/sucreries/bootstrap/bootstrap-2.0.3.js
|
40
43
|
- lib/vendor/assets/javascripts/sucreries/jQuery/jquery-1.7.1.js
|
44
|
+
- lib/vendor/assets/javascripts/sucreries/pow/pow.js
|
41
45
|
- lib/vendor/assets/javascripts/sucreries/underscore/underscore-1.3.1.js
|
46
|
+
- lib/vendor/assets/javascripts/sucreries/underscore/underscore-1.3.2.js
|
47
|
+
- lib/vendor/assets/stylesheets/sucreries/bootstrap/bootstrap-2.0.3.css
|
48
|
+
- lib/vendor/assets/stylesheets/sucreries/bootstrap/bootstrap-responsive-2.0.3.css
|
42
49
|
homepage: https://github.com/chatgris/sucreries
|
43
50
|
licenses: []
|
44
51
|
post_install_message:
|
@@ -59,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
66
|
version: '0'
|
60
67
|
requirements: []
|
61
68
|
rubyforge_project:
|
62
|
-
rubygems_version: 1.8.
|
69
|
+
rubygems_version: 1.8.24
|
63
70
|
signing_key:
|
64
71
|
specification_version: 3
|
65
72
|
summary: Provides most common js libs with sprockets.
|