xplenty-kensa 1.4.6 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -4,3 +4,4 @@ pkg/
4
4
  .rvmrc
5
5
  tags
6
6
  test_log.txt
7
+ *.gem
data/.travis.yml CHANGED
@@ -2,7 +2,6 @@ branches:
2
2
  only:
3
3
  - master
4
4
  rvm:
5
- - 1.8.7
6
5
  - 1.9.2
7
6
  - 1.9.3
8
7
  notifications:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xplenty-kensa (1.4.5)
4
+ xplenty-kensa (1.4.7)
5
5
  launchy (>= 0.3.2)
6
6
  mechanize (~> 2.6.0)
7
7
  rest-client (>= 1.4.0, < 1.7.0)
data/README.md CHANGED
@@ -20,7 +20,7 @@ Install it like any Ruby Gem:
20
20
  Refer to the Xplenty Add-ons Knowledgebase for more information on usage, and
21
21
  how to build your Xplenty add-on:
22
22
 
23
- <https://community.xplenty.com/knowledgebase/building-a-xplenty-add-on>
23
+ <https://devcenter.heroku.com/articles/building-a-heroku-add-on>
24
24
 
25
25
 
26
26
  ## Meta #######################################################################
@@ -1,5 +1,5 @@
1
1
  module Xplenty
2
2
  module Kensa
3
- VERSION = '1.4.6'
3
+ VERSION = '1.4.7'
4
4
  end
5
5
  end
@@ -41,12 +41,12 @@ class ManifestCheckTest < Test::Unit::TestCase
41
41
  end
42
42
 
43
43
  test "api has a list of regions including US" do
44
- @data["api"]["regions"] = ["eu"]
44
+ @data["api"]["regions"] = ["amazon-web-services::us-east-1", "invalid region"]
45
45
  assert_invalid
46
46
  end
47
47
 
48
48
  test "api only allows valid region names" do
49
- @data["api"]["regions"] = ["us", "ap"]
49
+ @data["api"]["regions"] = ["invalid region"]
50
50
  assert_invalid
51
51
  end
52
52
 
@@ -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.6}
23
+ s.rubygems_version = %q{1.4.7}
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.6
4
+ version: 1.4.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -274,7 +274,6 @@ 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.5.gem
278
277
  - xplenty-kensa.gemspec
279
278
  homepage: http://www.xplenty.com
280
279
  licenses: []
Binary file