initforthe-roundabound 0.2 → 0.4
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'initforthe-roundabound/engine'
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: initforthe-roundabound
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.4'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,11 +10,11 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-06-21 00:00:00.
|
|
13
|
+
date: 2012-06-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
17
|
-
requirement:
|
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,8 +22,14 @@ dependencies:
|
|
|
22
22
|
version: 3.1.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements:
|
|
26
|
-
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
none: false
|
|
27
|
+
requirements:
|
|
28
|
+
- - ! '>='
|
|
29
|
+
- !ruby/object:Gem::Version
|
|
30
|
+
version: 3.1.0
|
|
31
|
+
description: initforthe-roundabound adds navigation helpers and HTML5 data-* attributes
|
|
32
|
+
for configuring the Bootstrap Carousel
|
|
27
33
|
email:
|
|
28
34
|
- tom@initforthe.com
|
|
29
35
|
- rob@initforthe.com
|
|
@@ -31,7 +37,9 @@ executables: []
|
|
|
31
37
|
extensions: []
|
|
32
38
|
extra_rdoc_files: []
|
|
33
39
|
files:
|
|
34
|
-
-
|
|
40
|
+
- vendor/assets/javascripts/initforthe-roundabound.js.coffee
|
|
41
|
+
- lib/initforthe-roundabound/engine.rb
|
|
42
|
+
- lib/initforthe-roundabound.rb
|
|
35
43
|
- MIT-LICENSE
|
|
36
44
|
- Rakefile
|
|
37
45
|
- README.rdoc
|
|
@@ -55,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
55
63
|
version: '0'
|
|
56
64
|
requirements: []
|
|
57
65
|
rubyforge_project:
|
|
58
|
-
rubygems_version: 1.8.
|
|
66
|
+
rubygems_version: 1.8.23
|
|
59
67
|
signing_key:
|
|
60
68
|
specification_version: 3
|
|
61
69
|
summary: CoffeeScript helpers for using the Bootstrap Carousel.
|