xplenty-kensa 1.4.5 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kensa (1.0.0)
4
+ xplenty-kensa (1.4.5)
5
5
  launchy (>= 0.3.2)
6
6
  mechanize (~> 2.6.0)
7
7
  rest-client (>= 1.4.0, < 1.7.0)
@@ -103,10 +103,10 @@ DEPENDENCIES
103
103
  coveralls
104
104
  fakefs
105
105
  haml
106
- kensa!
107
106
  rake
108
107
  rr
109
108
  ruby-debug
110
109
  ruby-debug19
111
110
  sinatra (>= 0.9)
112
111
  timecop (>= 0.3.5)
112
+ xplenty-kensa!
@@ -7,7 +7,7 @@ module Xplenty
7
7
  amazon-web-services::us-east-1
8
8
  amazon-web-services::us-west-2
9
9
  amazon-web-services::eu-west-1
10
- rackspace::dfw
10
+ rackspace::dfw
11
11
  rackspace::ord
12
12
  soft-layer::dal05
13
13
  soft-layer::ams01
@@ -1,5 +1,5 @@
1
1
  module Xplenty
2
2
  module Kensa
3
- VERSION = '1.4.5'
3
+ VERSION = '1.4.6'
4
4
  end
5
5
  end
data/test/create_test.rb CHANGED
@@ -26,7 +26,7 @@ class CreateTest < Test::Unit::TestCase
26
26
  def test_assumes_xplenty_template
27
27
  kensa "create my_addon --template sinatra"
28
28
  assert_received Git do |git|
29
- git.run("git clone git://github.com/xplenty/kensa-create-sinatra my_addon")
29
+ git.run("git clone git://github.com/xplenty/xplenty-kensa-create-sinatra my_addon")
30
30
  end
31
31
  end
32
32
 
data/test/helper.rb CHANGED
@@ -11,8 +11,6 @@ require 'fakefs/safe'
11
11
  Coveralls.wear!
12
12
 
13
13
  class Test::Unit::TestCase
14
- include RR::Adapters::TestUnit
15
-
16
14
  module ProviderMock
17
15
  def setup
18
16
  Artifice.activate_with(ProviderServer)
data/test/init_test.rb CHANGED
@@ -47,8 +47,8 @@ class InitTest < Test::Unit::TestCase
47
47
 
48
48
  def assert_foreman_env(env, manifest)
49
49
  assert env.include?("SSO_SALT=#{manifest['api']['sso_salt']}\n")
50
- assert env.include?("HEROKU_USERNAME=#{manifest['id']}\n")
51
- assert env.include?("HEROKU_PASSWORD=#{manifest['api']['password']}")
50
+ assert env.include?("XPLENTY_USERNAME=#{manifest['id']}\n")
51
+ assert env.include?("XPLENTY_PASSWORD=#{manifest['api']['password']}")
52
52
  end
53
53
 
54
54
  def test_init_with_foreman_flag_and_get
@@ -27,8 +27,8 @@ class ManifestTest < Test::Unit::TestCase
27
27
  assert_equal @manifest.skeleton['api']['production'], 'https://yourapp.com/'
28
28
  end
29
29
 
30
- test 'specifies the US region by default' do
31
- assert_equal @manifest.skeleton['api']['regions'], ['us']
30
+ test 'specifies the Amazon US eas region by default' do
31
+ assert_equal @manifest.skeleton['api']['regions'], ['amazon-web-services::us-east-1']
32
32
  end
33
33
  end
34
34
 
@@ -45,8 +45,8 @@ class ManifestTest < Test::Unit::TestCase
45
45
  assert_equal @manifest.skeleton['api']['production']['sso_url'], 'https://yourapp.com/sso/login'
46
46
  end
47
47
 
48
- test 'specifies the US region by default' do
49
- assert_equal @manifest.skeleton['api']['regions'], ['us']
48
+ test 'specifies the Amazon US East region by default' do
49
+ assert_equal @manifest.skeleton['api']['regions'], ['amazon-web-services::us-east-1']
50
50
  end
51
51
  end
52
52
 
Binary file
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.require_paths = ["lib"]
21
21
 
22
22
  s.homepage = %q{http://www.xplenty.com}
23
- s.rubygems_version = %q{1.4.5}
23
+ s.rubygems_version = %q{1.4.6}
24
24
  s.summary = %q{Tool to help Xplenty add-on providers integrating their services}
25
25
 
26
26
  s.add_development_dependency(%q<artifice>, [">= 0"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xplenty-kensa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.5
4
+ version: 1.4.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2013-08-21 00:00:00.000000000 Z
18
+ date: 2013-08-22 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: artifice
@@ -274,7 +274,7 @@ files:
274
274
  - test/resources/server.rb
275
275
  - test/sso_check_test.rb
276
276
  - test/sso_test.rb
277
- - xplenty-kensa-1.4.4.gem
277
+ - xplenty-kensa-1.4.5.gem
278
278
  - xplenty-kensa.gemspec
279
279
  homepage: http://www.xplenty.com
280
280
  licenses: []
Binary file