meskyanichi-generators 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ Meskyanichi - Generators |0.4.3|
2
+ -----------------------------------------------------------
3
+
4
+ - Fixed the bug where the system would not CHMOD the javascripts and stylesheets directories
5
+
6
+
1
7
  Meskyanichi - Generators |0.4.1|
2
8
  -----------------------------------------------------------
3
9
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 2
4
+ :patch: 3
@@ -96,4 +96,5 @@ after 'deploy:setup', 'deploy:setup_shared_folder'
96
96
  after 'deploy:setup', 'deploy:sync_database_config_file'
97
97
 
98
98
  # Tasks that run directly after deployment
99
- after 'deploy:update_code', 'deploy:setup_symlinks'
99
+ after 'deploy:update_code', 'deploy:setup_symlinks'
100
+ after 'deploy:update_code', 'deploy:make_js_and_css_writable'
data/generators.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{generators}
5
- s.version = "0.4.2"
5
+ s.version = "0.4.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Michael"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meskyanichi-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael