sticapi_client 0.2.4 → 0.2.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: e77c85ae5837ea3d5f7969161e0032a560688cfb
4
- data.tar.gz: 66781ba65d0ca54c915744983e28ab83bc925389
3
+ metadata.gz: 6c63097dec2b4581b4653f334b5756b6dafd3a1b
4
+ data.tar.gz: 9bf0118ed67ccfc74d7e93e331369e5250be8a4c
5
5
  SHA512:
6
- metadata.gz: 869a1dff86410e98c2f9854c7a239e27fa47ffe6653a8a0c973d69213dab0eb008af2d19d9b9b6a1ba69b8039cf5d1d8d6da9023b26c44b65fba5da283b0aac6
7
- data.tar.gz: 2dcf61916d56f540c27535a5d255d6697f354da5c1cecff45bfcf23723a366a06345a73e56328dd0195eb35fb1480d9d53697561244e0f02e669f3fb8c1e3bfb
6
+ metadata.gz: d60b13e8721126e2712e83284ad2c0668030ce6de2a99632d8065517d1b1a77d0440602eea301171a72f902a46cced90895ac8124aae603f0d541d7ba9d16895
7
+ data.tar.gz: e354aa8e7b23de29581e77e8b30cf0ac763bf887a8573dfe2e112ace533867724b4599cd189608aecb301360d13ad7ab4baa1d72be547f2df9cb12a97b69da86
@@ -1,3 +1,3 @@
1
1
  module SticapiClient
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
@@ -23,8 +23,8 @@ module SticapiClient
23
23
  attr_accessor :expiry
24
24
 
25
25
  def initialize
26
- # configs = YAML.load_file("#{Rails.root}/config/sticapi.yml")[Rails.env]
27
- configs = YAML.load_file("/home/ricardo/dev/sticapi_client/lib/generators/sticapi_client/templates/sticapi.yml")[Rails.env]
26
+ configs = YAML.load_file("#{Rails.root}/config/sticapi.yml")[Rails.env]
27
+ # configs = YAML.load_file("/home/ricardo/dev/sticapi_client/lib/generators/sticapi_client/templates/sticapi.yml")[Rails.env]
28
28
  @host = configs['host']
29
29
  @port = configs['port'] || 80
30
30
  @user = configs['user']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana