snatch 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/snatch.rb +2 -1
  3. data/snatch.gemspec +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
data/lib/snatch.rb CHANGED
@@ -13,6 +13,7 @@ class Snatch
13
13
  'images',
14
14
  'javascripts',
15
15
  'open-flash-chart.swf',
16
+ 'packaged',
16
17
  'robots.txt',
17
18
  'stylesheets'
18
19
  ].map { |file_name| File.expand_path("#{RAILS_ROOT}/public/#{file_name}") }
@@ -39,7 +40,7 @@ class Snatch
39
40
  end
40
41
 
41
42
  def fetch
42
- remove_cms_files &&
43
+ remove_cms_files
43
44
  download_files &&
44
45
  convert_dynamic_stylesheets &&
45
46
  git_push
data/snatch.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{snatch}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["James Conroy-Finn"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Conroy-Finn