domoscio_rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3a4e6040ff1863d92f10beba3851e728573e1c7
4
- data.tar.gz: 421c65794fee6d6ca04027cdad2c2109c6646242
3
+ metadata.gz: 65d01b1ef129d85b1b7e2615132c8ef65efdf7a3
4
+ data.tar.gz: 5eb5d38cd6338b59ee5f790a1d488f04c0a3748b
5
5
  SHA512:
6
- metadata.gz: 514047ba81f8df95d3bfb72325fc03a9b32fc801e65120842319cf39c7a303e7726ef9ae84c875dbf0d91b5b0e3451f985808f2378a25fa3d1cd6829068aaa1e
7
- data.tar.gz: 214f475ea990e6c7585466ebb4bd815fc8f23df1c93af788c4f6f4f9356fd7e88f05987bac4b51a47e2c2f5a9954489d7e6619b0f98c8a101186735a40051133
6
+ metadata.gz: e83136f53a319e68309da067fd70e77c4ed428b1eaef787d2b59950cee1f53c408aa09f94bf925fc5736fc4ec5ed1cc7f950f6158e68121d52eb828493908deb
7
+ data.tar.gz: 92ed332c87b175017b0fd797fe288aad1939ea930ace75eb969381a1d037d7678df69cd475cfda18ea26121030649269aa9580301d9a4f301c4325b1a3d2cf01
@@ -34,7 +34,7 @@ module DomoscioRails
34
34
  end
35
35
 
36
36
  def root_url
37
- @root_url || (@preproduction == true ? "http://stats-engine.domoscio.com/" : "http://localhost:3000/")
37
+ @root_url || (@preproduction == true ? "http://stats-engine.domoscio.com" : "http://localhost:3000/")
38
38
  end
39
39
  end
40
40
 
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domoscio_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-11 00:00:00.000000000 Z
11
+ date: 2015-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails