buildbox 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/buildbox/configuration.rb +1 -1
- data/lib/buildbox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c49f0164d963671930c2f730f66da39aceb1adaa
|
4
|
+
data.tar.gz: ee406ff734ec3bc6c70b4bb778dcb2c62bcd92a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cfa60a987d07bd4058cdc1965ac9ea7616b39a8afb7104160553a6086d1d7224af9fb787627cea0c090d4b0600ee94923d5ed4fcb15123738befccbe7490525
|
7
|
+
data.tar.gz: 39e976466076ec75a46bfa8d4d8c39ecf0ada9c8298ea1cb94fda9ecfe2316dd0da470b61ae1cbe46a4ae675ed465932fca809721f95006d8295071956a47a05
|
data/Gemfile.lock
CHANGED
@@ -5,7 +5,7 @@ require 'json'
|
|
5
5
|
module Buildbox
|
6
6
|
class Configuration < Hashie::Dash
|
7
7
|
property :worker_access_token, :default => nil
|
8
|
-
property :api_endpoint, :default => "http://api.buildbox.
|
8
|
+
property :api_endpoint, :default => "http://api.buildbox.io/v1"
|
9
9
|
|
10
10
|
def update(attributes)
|
11
11
|
attributes.each_pair { |key, value| self[key] = value }
|
data/lib/buildbox/version.rb
CHANGED