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 +4 -4
- data/README.md +3 -1
- data/lib/montage/client.rb +1 -1
- data/lib/montage/resources.rb +1 -1
- data/lib/montage/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2258e56e23d3910576aeaba7c3df71586dc466de
|
|
4
|
+
data.tar.gz: a30726b5f1320d02858b12e36d37c868bd276f87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
135
|
+
5. Ensure that all new features are 100% tested, and the CircleCI build passes
|
|
136
|
+
6. Create a new Pull Request
|
data/lib/montage/client.rb
CHANGED
data/lib/montage/resources.rb
CHANGED
data/lib/montage/version.rb
CHANGED
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
|
+
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-
|
|
11
|
+
date: 2015-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|