jombo 1.0.10 → 1.0.11

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.
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jombo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
5
- prerelease:
4
+ version: 1.0.11
6
5
  platform: ruby
7
6
  authors:
8
7
  - Silumesii Maboshe
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-09-23 00:00:00.000000000 Z
11
+ date: 2013-03-17 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Package Bootstrap from Twitter assets as a gem.
15
14
  email:
@@ -19,7 +18,7 @@ extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
20
  - .gitignore
22
- - .rvmrc
21
+ - .ruby-version
23
22
  - Gemfile
24
23
  - LICENSE
25
24
  - README.md
@@ -52,27 +51,26 @@ files:
52
51
  - vendor/assets/stylesheets/bootstrap/bootstrap.css.erb
53
52
  homepage: http://github.com/smaboshe/jombo
54
53
  licenses: []
54
+ metadata: {}
55
55
  post_install_message:
56
56
  rdoc_options: []
57
57
  require_paths:
58
58
  - lib
59
59
  required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
60
  requirements:
62
- - - ! '>='
61
+ - - '>='
63
62
  - !ruby/object:Gem::Version
64
63
  version: '0'
65
64
  required_rubygems_version: !ruby/object:Gem::Requirement
66
- none: false
67
65
  requirements:
68
- - - ! '>='
66
+ - - '>='
69
67
  - !ruby/object:Gem::Version
70
68
  version: '0'
71
69
  requirements: []
72
70
  rubyforge_project:
73
- rubygems_version: 1.8.24
71
+ rubygems_version: 2.0.3
74
72
  signing_key:
75
- specification_version: 3
73
+ specification_version: 4
76
74
  summary: This gem allows you to use Bootstrap from Twitter with the Rails 3 Asset
77
75
  Pipline.
78
76
  test_files: []
data/.rvmrc DELETED
@@ -1,2 +0,0 @@
1
- # Use this gemset. If it does not exist, create it.
2
- rvm use ruby-1.9.3-p194@jombo-gem --create