bootstrappers 0.0.4 → 0.0.5
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/CHANGELOG.md +2 -0
- data/TODO.md +20 -0
- data/lib/bootstrappers/generators/app_generator.rb +1 -1
- data/lib/bootstrappers/version.rb +1 -1
- data/templates/mysql_database.yml.erb +1 -1
- metadata +6 -4
data/CHANGELOG.md
ADDED
data/TODO.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
## TODO
|
|
2
|
+
|
|
3
|
+
* Capistrano Task
|
|
4
|
+
- rvm
|
|
5
|
+
* Search
|
|
6
|
+
- ransack
|
|
7
|
+
* OmniAuth
|
|
8
|
+
- Facebook
|
|
9
|
+
* Devise
|
|
10
|
+
- Login Form refactor
|
|
11
|
+
* Cancan
|
|
12
|
+
* Testing Tool
|
|
13
|
+
* Command Line Tool
|
|
14
|
+
- pry
|
|
15
|
+
* Social
|
|
16
|
+
- open_graph_helper
|
|
17
|
+
- google_plus_one_helper
|
|
18
|
+
* View Turtorial
|
|
19
|
+
- menu
|
|
20
|
+
- ajax
|
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
|
+
- 5
|
|
9
|
+
version: 0.0.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- xdite
|
|
@@ -57,10 +57,12 @@ extra_rdoc_files: []
|
|
|
57
57
|
|
|
58
58
|
files:
|
|
59
59
|
- .gitignore
|
|
60
|
+
- CHANGELOG.md
|
|
60
61
|
- Gemfile
|
|
61
62
|
- LICENSE.txt
|
|
62
63
|
- README.md
|
|
63
64
|
- Rakefile
|
|
65
|
+
- TODO.md
|
|
64
66
|
- bin/bootstrappers
|
|
65
67
|
- bootstrapers.gemspec
|
|
66
68
|
- lib/bootstrapers.rb
|
|
@@ -102,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
104
|
requirements:
|
|
103
105
|
- - ">="
|
|
104
106
|
- !ruby/object:Gem::Version
|
|
105
|
-
hash:
|
|
107
|
+
hash: -2422700767602479763
|
|
106
108
|
segments:
|
|
107
109
|
- 0
|
|
108
110
|
version: "0"
|
|
@@ -111,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
113
|
requirements:
|
|
112
114
|
- - ">="
|
|
113
115
|
- !ruby/object:Gem::Version
|
|
114
|
-
hash:
|
|
116
|
+
hash: -2422700767602479763
|
|
115
117
|
segments:
|
|
116
118
|
- 0
|
|
117
119
|
version: "0"
|