bootstrappers 0.0.3 → 0.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.
- data/README.md +1 -1
- data/bin/{bootstrapers → bootstrappers} +0 -0
- data/lib/bootstrappers/version.rb +1 -1
- metadata +6 -6
data/README.md
CHANGED
|
@@ -59,4 +59,4 @@ some codes of bootstrappers were borrowed from [suspenders](https://github.com/t
|
|
|
59
59
|
License
|
|
60
60
|
-------
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
Bootstrappers is Copyright © 2012 rocodev. It is free software, and may be redistributed under the terms specified in the LICENSE file.
|
|
File without changes
|
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
|
+
- 4
|
|
9
|
+
version: 0.0.4
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- xdite
|
|
@@ -50,7 +50,7 @@ description: " Bootstrappers is the base Rails application using Bootstrap templ
|
|
|
50
50
|
email:
|
|
51
51
|
- xdite@rocodev.com
|
|
52
52
|
executables:
|
|
53
|
-
-
|
|
53
|
+
- bootstrappers
|
|
54
54
|
extensions: []
|
|
55
55
|
|
|
56
56
|
extra_rdoc_files: []
|
|
@@ -61,7 +61,7 @@ files:
|
|
|
61
61
|
- LICENSE.txt
|
|
62
62
|
- README.md
|
|
63
63
|
- Rakefile
|
|
64
|
-
- bin/
|
|
64
|
+
- bin/bootstrappers
|
|
65
65
|
- bootstrapers.gemspec
|
|
66
66
|
- lib/bootstrapers.rb
|
|
67
67
|
- lib/bootstrappers/actions.rb
|
|
@@ -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: 3869273469885121474
|
|
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: 3869273469885121474
|
|
115
115
|
segments:
|
|
116
116
|
- 0
|
|
117
117
|
version: "0"
|