ey_services_fake 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -77,11 +77,12 @@ module EyServicesFake
77
77
  def self.registration_params
78
78
  {
79
79
  :name => "Mocking Bird",
80
+ :label => "mocking_bird",
80
81
  :description => "a mock service",
81
82
  :service_accounts_url => "#{base_url}api/1/service_accounts_callback",
82
83
  :home_url => "#{base_url}",
83
84
  :terms_and_conditions_url => "#{base_url}terms",
84
- :vars => ["SOME_ENV_VAR", "OTHER_VAR"]
85
+ :vars => ["some_var", "other_var"]
85
86
  }
86
87
  end
87
88
 
@@ -102,7 +103,7 @@ module EyServicesFake
102
103
  end
103
104
  def self.service_provisioned_params
104
105
  {
105
- :vars => {"SOME_ENV_VAR" => "value", "OTHER_VAR" => "blah"},
106
+ :vars => {"some_var" => "value", "other_var" => "blah"},
106
107
  :configuration_url => "#{base_url}sso/some_provisioned_service",
107
108
  :configuration_required => false,
108
109
  :url => "#{base_url}api/1/some_provisioned_service",
@@ -1,3 +1,3 @@
1
1
  module EyServicesFake
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ey_services_fake
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jacob Burkhart & Josh Lane
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-06 00:00:00 Z
18
+ date: 2011-11-01 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: sinatra