bootstrappers 0.0.1 → 0.0.2
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.
- data/bootstrapers.gemspec +2 -2
- data/lib/bootstrappers/version.rb +1 -1
- metadata +6 -6
data/bootstrapers.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Bootstrappers::VERSION
|
|
9
9
|
gem.authors = ["xdite"]
|
|
10
10
|
gem.email = ["xdite@rocodev.com"]
|
|
11
|
-
gem.description = %q{
|
|
12
|
-
gem.summary = %q{
|
|
11
|
+
gem.description = %q{ Bootstrappers is the base Rails application using Bootstrap template and other goodies. }
|
|
12
|
+
gem.summary = %q{ Bootstrappers is the base Rails application using Bootstrap template and other goodies. }
|
|
13
13
|
gem.homepage = ""
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- xdite
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
type: :runtime
|
|
47
47
|
prerelease: false
|
|
48
48
|
version_requirements: *id002
|
|
49
|
-
description: "
|
|
49
|
+
description: " Bootstrappers is the base Rails application using Bootstrap template and other goodies. "
|
|
50
50
|
email:
|
|
51
51
|
- xdite@rocodev.com
|
|
52
52
|
executables:
|
|
@@ -102,7 +102,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
requirements:
|
|
103
103
|
- - ">="
|
|
104
104
|
- !ruby/object:Gem::Version
|
|
105
|
-
hash:
|
|
105
|
+
hash: -734423632493169626
|
|
106
106
|
segments:
|
|
107
107
|
- 0
|
|
108
108
|
version: "0"
|
|
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
111
|
requirements:
|
|
112
112
|
- - ">="
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
|
-
hash:
|
|
114
|
+
hash: -734423632493169626
|
|
115
115
|
segments:
|
|
116
116
|
- 0
|
|
117
117
|
version: "0"
|
|
@@ -121,6 +121,6 @@ rubyforge_project:
|
|
|
121
121
|
rubygems_version: 1.3.7.1
|
|
122
122
|
signing_key:
|
|
123
123
|
specification_version: 3
|
|
124
|
-
summary:
|
|
124
|
+
summary: Bootstrappers is the base Rails application using Bootstrap template and other goodies.
|
|
125
125
|
test_files: []
|
|
126
126
|
|