brighter_planet_layout 0.2.45 → 0.2.46

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.45
1
+ 0.2.46
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brighter_planet_layout}
8
- s.version = "0.2.45"
8
+ s.version = "0.2.46"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andy Rossmeissl", "Seamus Abshere"]
@@ -110,7 +110,7 @@ module BrighterPlanetLayout
110
110
  # ENV['AWS_ACCESS_KEY_ID'] =
111
111
  # ENV['AWS_SECRET_ACCESS_KEY'] =
112
112
  ENV['S3SYNC_NATIVE_CHARSET'] = 'UTF-8'
113
- cmd = "ruby #{ENV['S3SYNC_DIR']}/s3sync.rb --exclude=\"ai\" -v -r --ssl --public-read #{public_path}/ #{S3_BUCKET}:#{VERSION}/"
113
+ cmd = "ruby #{ENV['S3SYNC_DIR']}/s3sync.rb --exclude=\"\\.ai\" -v -r --ssl --public-read #{public_path}/ #{S3_BUCKET}:#{VERSION}/"
114
114
  `#{cmd}`
115
115
  end
116
116
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brighter_planet_layout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 77
4
+ hash: 75
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 45
10
- version: 0.2.45
9
+ - 46
10
+ version: 0.2.46
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Rossmeissl