bootstrappers 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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{ Write a gem description}
12
- gem.summary = %q{ Write a gem summary}
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($/)
@@ -1,3 +1,3 @@
1
1
  module Bootstrappers
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
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: " Write a gem 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: 2624694465842870349
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: 2624694465842870349
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: Write a gem summary
124
+ summary: Bootstrappers is the base Rails application using Bootstrap template and other goodies.
125
125
  test_files: []
126
126