beyonic 0.0.4 → 0.0.5

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: 172d4711a4157f003b6397ea8cbd67993e09fb07
4
- data.tar.gz: 7fee1a7597154c558c9612a930362a9ba3812ec1
3
+ metadata.gz: 2543be42f8f3e7282da056bde9037420fd9a59fb
4
+ data.tar.gz: 71b844dc32544b320a665056df07c8137c3951e8
5
5
  SHA512:
6
- metadata.gz: a746e39f016f8d50470d1e950a046e59954de02484b22d993016c3eb9c872e10f4e000e5663542dfc7d9a355f5f8f71fe51c305a44a50596e2f9fca1c9eedadc
7
- data.tar.gz: a8c1219ee64209a09921b14b1800e164bcade89f2383acc9dfee692473a01fbf60f0af7843e18f13ed45f544bd9b141da313f84e3ab5d02fcc54742f8dbdb523
6
+ metadata.gz: 50f48a500f701ad5b3a74af28c261255bd849a7dd60632b821b9347738f874fe463f48fe05cf909512e71c8028e16b93971eb42603cc80ef4e1c3fb3b18560be
7
+ data.tar.gz: c01c0d84ba6287fc7f191cd64ae7095ad5f4efb042dc90c2346dcf717a30a28c8291668d3b258b033e31b41ec86b32a55e61cc8235f565febafbdc8ec24e16dd
data/README.md CHANGED
@@ -12,7 +12,7 @@ gem install beyonic
12
12
  For access via bundler, use:
13
13
 
14
14
  ```ruby
15
- gem 'beyonic', :git => 'https://bitbucket.org/beyonic/beyonic-ruby.git'
15
+ gem 'beyonic', :git => 'https://github.com/beyonic/beyonic-ruby.git'
16
16
  ```
17
17
 
18
18
  And then execute:
@@ -21,4 +21,4 @@ And then execute:
21
21
 
22
22
  ## Usage
23
23
 
24
- Please visit http://support.beyonic.com/api for usage documentation
24
+ Please visit http://support.beyonic.com/api for usage documentation
data/lib/beyonic.rb CHANGED
@@ -23,7 +23,7 @@ module Beyonic
23
23
  end
24
24
 
25
25
  def self.endpoint_base
26
- "https://staging.beyonic.com/api/"
26
+ "https://app.beyonic.com/api/"
27
27
  end
28
28
 
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module Beyonic
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyonic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg German