bootstrappers 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ 0.0.5 (Oct 8, 2012)
2
+ * announce project
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
@@ -90,7 +90,7 @@ module Bootstrappers
90
90
  say 'Configuring app'
91
91
  build :setup_devise
92
92
  build :build_settings_from_config
93
- # TODO
93
+
94
94
  end
95
95
 
96
96
  def create_initializers
@@ -1,3 +1,3 @@
1
1
  module Bootstrappers
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -4,7 +4,7 @@ development: &default
4
4
  database: <%= app_name %>_development
5
5
  host: localhost
6
6
  username: root
7
- password: "123456"
7
+ password: ""
8
8
 
9
9
  test: &TEST
10
10
  <<: *default
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
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: 3869273469885121474
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: 3869273469885121474
116
+ hash: -2422700767602479763
115
117
  segments:
116
118
  - 0
117
119
  version: "0"