twitter_bootstrap_helper 0.0.5 → 0.0.6

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,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YmY3ZmFjNTliY2MyM2EyZTdmZDIwNDIxZWEyZjhlZjFmYmRjYmZhOQ==
5
+ data.tar.gz: !binary |-
6
+ ODI4NTg5YTM0Zjc2Y2RkZGE1YmVmZTU2MWI5ZWZjNmQyZjQ1YmQ1Mg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NDA1YzJlZTJjY2E1NmI4MTU2YjFiOTQ2ZjY3MWFlMjNkOTM2YzE0ODMzNjBj
10
+ ZGRjZTY1YTFhYmQ0MjgxY2E3YTUxMjA0MGIxOTNkNmE0YzczZjc5MTA0MjZj
11
+ NjU5ZGRiMWYzZmNlOTUzYjI0ZmY5MzllMWNhMDQyNjA2M2ZiNWU=
12
+ data.tar.gz: !binary |-
13
+ YTRiNWVmNzFiZmZiZTkwMTg1OTBmZTllYmE5MzhiOGI0MzJlNjVhZjhkYjQw
14
+ MmU1OTUwYmRhNGNjNmM3YzgwOTBhNWQ0ZTE1ODg1NDZlYWQxNDI3MDA4MmIy
15
+ MjE2MjMyZmRkMzBiMmMzN2FmZWI0NjFiNTE0YjUwYTM2M2JlZGE=
@@ -1,3 +1,3 @@
1
1
  module TwitterBootstrapHelper
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,36 +1,32 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_bootstrap_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
5
- prerelease:
4
+ version: 0.0.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - David Monagle
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-11-30 00:00:00.000000000 Z
11
+ date: 2014-02-27 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - ! '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '3.1'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - ! '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '3.1'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: sqlite3
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ! '>='
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ! '>='
44
39
  - !ruby/object:Gem::Version
@@ -59,32 +54,25 @@ files:
59
54
  - README.rdoc
60
55
  homepage: https://github.com/intrica/twitter_bootstrap_helper
61
56
  licenses: []
57
+ metadata: {}
62
58
  post_install_message:
63
59
  rdoc_options: []
64
60
  require_paths:
65
61
  - lib
66
62
  required_ruby_version: !ruby/object:Gem::Requirement
67
- none: false
68
63
  requirements:
69
64
  - - ! '>='
70
65
  - !ruby/object:Gem::Version
71
66
  version: '0'
72
- segments:
73
- - 0
74
- hash: 4248848813758808582
75
67
  required_rubygems_version: !ruby/object:Gem::Requirement
76
- none: false
77
68
  requirements:
78
69
  - - ! '>='
79
70
  - !ruby/object:Gem::Version
80
71
  version: '0'
81
- segments:
82
- - 0
83
- hash: 4248848813758808582
84
72
  requirements: []
85
73
  rubyforge_project:
86
- rubygems_version: 1.8.24
74
+ rubygems_version: 2.1.9
87
75
  signing_key:
88
- specification_version: 3
76
+ specification_version: 4
89
77
  summary: Helper methods for Rails to aid in creating Twitter Bootstrap Components
90
78
  test_files: []