chaos-api 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: 42195fd159111f271190996f9e8a4c4a76eaaded
4
- data.tar.gz: cbd0bca2ed636ea573474a9a041caf22af2e2195
3
+ metadata.gz: b400da8d2c9e99dec1522393245cc42f34251d7f
4
+ data.tar.gz: f838b7f46f02205513f7ccd49c51dd4a25c9d5ca
5
5
  SHA512:
6
- metadata.gz: 898857e1dfea344cf4f5244f84a8e0c270b916c17cb370631da530fae735b040f60daaec6976d5b185e3d4b9e11bec6d8f65063feb646524c7eb594239936210
7
- data.tar.gz: 490caf59dca00c65bad10a4b6e57ab60886a976bb292147704106ea2415fedb949990ceff2a47828cd31f98d4cb1d41b40c69b4cfe9378fa8e2ad5bfaedbfbab
6
+ metadata.gz: a512fffd756204f547f5053689e5b0708315df5aade419122661d9b658df1628c1d2b8a6cff7f17235bc1955b3778e787bc2b014089a16e0da953c420842d40b
7
+ data.tar.gz: 344e80371a879ed1727314b814054a27549b9c7cc9d7ef2037743b28151aa090d0fa1a0f0b82463979983988073aba04b9d494f3834033e62500cd49cb6fa6ec
data/lib/chaos/api.rb CHANGED
@@ -8,8 +8,8 @@ module Chaos
8
8
  class API
9
9
 
10
10
  URLS = {
11
- local: 'http://localhost:3000',
12
- staging: 'http://chaosgame.herokuapp.com'
11
+ development: 'http://localhost:3000',
12
+ production: 'http://chaosgame.herokuapp.com'
13
13
  }
14
14
 
15
15
  ACTIONS = {
@@ -1,5 +1,5 @@
1
1
  module Chaos
2
2
  class API
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chaos-api
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
  - chapuzzo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-14 00:00:00.000000000 Z
11
+ date: 2016-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  requirements: []
119
119
  rubyforge_project:
120
- rubygems_version: 2.4.6
120
+ rubygems_version: 2.5.2
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: API interface to leftBehind game