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'
@@ -0,0 +1,7 @@
1
+ module Initforthe
2
+ module Roundabound
3
+ class Engine < ::Rails::Engine
4
+ # Ohai, Rails, I has some vendor for you!
5
+ end
6
+ end
7
+ end
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.2'
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.000000000Z
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: &70216025987700 !ruby/object:Gem::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: *70216025987700
26
- description: CoffeeScript helpers for using the Bootstrap Carousel.
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
- - app/assets/javascripts/initforthe-roundabound.js.coffee
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.7
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.