bootstrappers 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ 0.0.7 (Oct 10, 2012)
2
+ * fix typo, add more guides
1
3
  0.0.6 (Oct 10, 2012)
2
4
  * will ask your database config password first
3
5
  0.0.5 (Oct 8, 2012)
@@ -76,7 +76,7 @@ module Bootstrappers
76
76
  db_password = ask("What is your local database password? ['']")
77
77
  db_password = "''" if db_password.blank?
78
78
  replace_in_file 'config/database.yml', 'username: root', "username: #{db_user_name}"
79
- replace_in_file 'config/database.yml', 'password: ""', "pasword: '#{db_password}'"
79
+ replace_in_file 'config/database.yml', 'password: ""', "password: '#{db_password}'"
80
80
 
81
81
 
82
82
  end
@@ -1,3 +1,3 @@
1
1
  module Bootstrappers
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -1,5 +1,14 @@
1
+
2
+ ### Style Guides
3
+
1
4
  * [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide)
2
5
  * [Rails Style Guide](https://github.com/bbatsov/rails-style-guide)
3
6
  * [Better Specs](http://betterspecs.org/)
4
7
  * [Rails Best Practices](http://rails-bestpractices.com/)
5
8
 
9
+ ### Speedup Tips
10
+
11
+ * [Speed up the Rails Asset Pipeline precompile process](http://stackoverflow.com/questions/11390447/how-can-you-speed-up-the-rails-asset-pipeline-precompile-process/11390454#11390454)
12
+
13
+
14
+
@@ -0,0 +1,3 @@
1
+ // puts your override variable here
2
+ // $baseFontSize: 13px;
3
+ // $navbarHeight: 50px;
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - xdite
@@ -104,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
104
  requirements:
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
- hash: -1713060100376784528
107
+ hash: 1539331621632405407
108
108
  segments:
109
109
  - 0
110
110
  version: "0"
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
- hash: -1713060100376784528
116
+ hash: 1539331621632405407
117
117
  segments:
118
118
  - 0
119
119
  version: "0"