heroku_deployment 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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/heroku_deployment.rb +2 -0
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -8,6 +8,8 @@ module HerokuDeployment
8
8
  end
9
9
 
10
10
  def generate_css_and_js
11
+ js_files = HerokuDeployment::Config.js_files
12
+ css_files = HerokuDeployment::Config.css_files
11
13
  puts "Generating all the Javascripts and CSS as production"
12
14
  system %(rm #{(js_files.collect{|j| "public/javascripts/#{j}"} + css_files.collect{|c| "public/stylesheets/#{c}"}).join(" ")} 2> /dev/null)
13
15
  HerokuDeployment::Config.commit_files << 'public/javascripts/'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mooktakim Ahmed
@@ -128,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - ">="
130
130
  - !ruby/object:Gem::Version
131
- hash: 1461773844770767181
131
+ hash: 446735702883879511
132
132
  segments:
133
133
  - 0
134
134
  version: "0"