thincloud-deployment 1.0.0 → 1.0.1

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.
@@ -5,7 +5,7 @@ rvm:
5
5
  - jruby-19mode
6
6
  - rbx-19mode
7
7
  env:
8
- - CI=true RAILS_ENV=test JRUBY_OPTS=--1.9 RBXOPT=-X19
8
+ - CI=true RAILS_ENV=test JRUBY_OPTS="--1.9 -Xcext.enabled=true" RBXOPT=-X19
9
9
  before_script: "./test/ci/before_script.sh"
10
10
  script: "./test/ci/ci_runner.sh"
11
11
  notifications:
@@ -8,4 +8,4 @@
8
8
  set :domain, "DOMAIN_NAME.com"
9
9
  set :application, "APPLICATION_NAME"
10
10
  set :repository, "git@github.com:ORGANIZATION/APPLICATION_NAME.git"
11
- set :flowdock_api_token, "FLOWDOCK_API_TOKEN"
11
+ set :flowdock_api_token, ["FLOWDOCK_API_TOKEN"]
@@ -1,5 +1,5 @@
1
1
  module Thincloud
2
2
  module Deployment
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -2,4 +2,4 @@ require "flowdock/capistrano"
2
2
 
3
3
  set(:flowdock_project_name) { application }
4
4
  set(:flowdock_deploy_tags) { [application, stage] }
5
- set :flowdock_api_token, ""
5
+ set :flowdock_api_token, [""]
File without changes
File without changes
@@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
23
23
 
24
24
  gem.add_dependency "capistrano", "~> 2.14.1"
25
25
  gem.add_dependency "capistrano-fast_remote_cache", "~> 1.0.0"
26
- gem.add_dependency "flowdock", "~> 0.2.2"
26
+ gem.add_dependency "flowdock", "~> 0.3.0"
27
27
  gem.add_dependency "grit", "~> 2.5.0"
28
28
  gem.add_dependency "rvm-capistrano", "~> 1.2.7"
29
29
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thincloud-deployment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-03-04 00:00:00.000000000 Z
14
+ date: 2013-04-01 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: capistrano
@@ -52,7 +52,7 @@ dependencies:
52
52
  requirements:
53
53
  - - ~>
54
54
  - !ruby/object:Gem::Version
55
- version: 0.2.2
55
+ version: 0.3.0
56
56
  type: :runtime
57
57
  prerelease: false
58
58
  version_requirements: !ruby/object:Gem::Requirement
@@ -60,7 +60,7 @@ dependencies:
60
60
  requirements:
61
61
  - - ~>
62
62
  - !ruby/object:Gem::Version
63
- version: 0.2.2
63
+ version: 0.3.0
64
64
  - !ruby/object:Gem::Dependency
65
65
  name: grit
66
66
  requirement: !ruby/object:Gem::Requirement
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  segments:
191
191
  - 0
192
- hash: 2768778508406863992
192
+ hash: -2583683420010165880
193
193
  required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  none: false
195
195
  requirements:
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  version: '0'
199
199
  segments:
200
200
  - 0
201
- hash: 2768778508406863992
201
+ hash: -2583683420010165880
202
202
  requirements: []
203
203
  rubyforge_project:
204
204
  rubygems_version: 1.8.25