domoscio_rails 0.2.1 → 0.2.2

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: c18c08629b6963777f7d9c755c677b9cbaa0382f
4
- data.tar.gz: c7d3ffb47bfcbd1703d2a85b5e5f3466e5e0dbf2
3
+ metadata.gz: f6453cefbcccca06da5e5e9c023ac432231acf5e
4
+ data.tar.gz: c157de3ed8d8adf4004b580ec12a7ff342ef168b
5
5
  SHA512:
6
- metadata.gz: 7173077e84c8c3271f30caee47e27c841466dc8a96dc7ad371b57ea8e5f85633c80f1b0f4f57ddb650823a08e5fb4ec4e7ad9c2f7baec3de64578750dc98a67e
7
- data.tar.gz: cb8bd3a3dc35fab4b866e8d3b99763b07ad6c6b514a1ec7f8af58f4681947ab16b0cfb3165faa170ecd5bbca40f6307b820a07619778c423b247d25325ad0784
6
+ metadata.gz: 44deeacd0aaa1cbbb16f84829e535e97122f03720945f5d7ac669fafee9c60717de9e47df7a8df34629f8d3ececb58abd2dc59193da0ed225cb178f3a6cadc03
7
+ data.tar.gz: 88994abba975c141677a7c59dd1263df664201ecc3d55895833c9440b797455c133c39b7c2051919bc797c2d98464e60f84df13c49074874f138c5a7a0f5a137
@@ -53,7 +53,7 @@ module DomoscioRails
53
53
  end
54
54
 
55
55
  def root_url
56
- @root_url || (@preproduction == true ? ( @version > 1 ? ("http://api.domoscio.com" : "http://stats-engine-api.domoscio.com" )) : "http://localhost:3001/")
56
+ @root_url || (@preproduction == true ? ( @version > 1 ? "http://api.domoscio.com" : "http://stats-engine-api.domoscio.com" ) : "http://localhost:3001/")
57
57
  end
58
58
  end
59
59
 
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domoscio_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly