ruby-montage 0.4.10 → 0.5.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be9281c779906527968d19f2fe3521d05c68074f
4
- data.tar.gz: a923f4b02050d263425ab9b6b01500d47268d3d3
3
+ metadata.gz: 2258e56e23d3910576aeaba7c3df71586dc466de
4
+ data.tar.gz: a30726b5f1320d02858b12e36d37c868bd276f87
5
5
  SHA512:
6
- metadata.gz: e8a6333591feda7146fec9ad58524ad9151e166412926361972eaed3cbe4f4a981ab370b4567435c7f077f3a4c9b0a459dd0eccf1df64bb7ea8d028108317b12
7
- data.tar.gz: 672a0e8c1b5025273163bf16959234847a06b8048dc0acd3161fdf2f907a743ac8e2d33fd0aa540e6e553e5ce960be4335ee077756a2f80e3af64a8ece655241
6
+ metadata.gz: 76acee6471e4bc498df1a60b738bdc15f7e38bdb11e4133eca4fcf8fd53212ff9246284e4c13c4f0f09d3ae21de09fdf5d8f5e05bdb19e6fcb3ffdff10d94663
7
+ data.tar.gz: 8a708fa000924c47c181aab191082a9c0fc4128ff56c4143f9272ce80c45a49de743faf157cc4f5c009ac9d5a4877ca8b84ee92df5ebd7dfa268d286e42887ff
data/README.md CHANGED
@@ -32,6 +32,7 @@ client = Montage::Client.new do |c|
32
32
  c.password = "YOUR_PASSWORD"
33
33
  c.api_version # Optional, defaults to 1
34
34
  c.domain = "test" # Your Montage subdomain
35
+ c.url_prefix = "https://testco.mtnge.com" # Optional, defaults to the montage dev server
35
36
  end
36
37
 
37
38
  response = client.auth
@@ -131,4 +132,5 @@ returns an object that conforms to the above query standards will work. This is
131
132
  2. Create your feature branch (`git checkout -b my-new-feature`)
132
133
  3. Commit your changes (`git commit -am 'Add some feature'`)
133
134
  4. Push to the branch (`git push origin my-new-feature`)
134
- 5. Create a new Pull Request
135
+ 5. Ensure that all new features are 100% tested, and the CircleCI build passes
136
+ 6. Create a new Pull Request
@@ -22,7 +22,7 @@ module Montage
22
22
  end
23
23
 
24
24
  def default_url_prefix
25
- "http://#{domain}.dev.montagehot.club"
25
+ "http://#{domain}.mntge.com"
26
26
  end
27
27
 
28
28
  def content_type
@@ -22,4 +22,4 @@ module Montage
22
22
  matches.first || Montage::Resource
23
23
  end
24
24
  end
25
- end
25
+ end
@@ -1,3 +1,3 @@
1
1
  module Montage
2
- VERSION = "0.4.10"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-montage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - dphaener
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler