ruby-safenet 0.0.1 → 0.0.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: 4557bfe89264b253153460ccc8c69ddc7326bacd
4
- data.tar.gz: 0fac6e8ff9d6290792e5f78bc93367e5e5d8ed5a
3
+ metadata.gz: 94714d427465750270f13a62a14d9a59da099c18
4
+ data.tar.gz: 78a16709f15a9ff9eaab4208d610b622f72850c5
5
5
  SHA512:
6
- metadata.gz: 2eb2c81e7041b0519caf8519915d184c7b1e93e6c3a916c34a93754b1bb22147f9c7bd186b19cc152a3ab5b0520f8642bda9d33f8989d80e4f85f378598bd3a3
7
- data.tar.gz: 3dcf2664123244491c1adc5c089162172159029d5ed318c13cfa2b7b3a6d8e68a7708a6e2bdc5912e0b301960f61675706ac64870d56a3509be4227283a06aab
6
+ metadata.gz: 7bc87dc547b3f5d5b66e4c337e9470c6720cceecd84a59f623ba0f46bb82f8e5f58e609324a916ab6f37c104e38bb75b681d224c3908a7ba32488550cf80cc5f
7
+ data.tar.gz: 7e38c246363bff2e5f75695c593f9a2caf33ac4ed83e60a36a472f53917fd81068c1aedf22b59d4ed31cb3aabaa09efc2cda0faaeed6b8ec8b375175d84719c5
data/lib/safenet.rb CHANGED
@@ -13,7 +13,7 @@ module SafeNet
13
13
  @@VENDOR = "maidsafe"
14
14
  @@ID = "org.maidsafe.demo"
15
15
  @@LAUCHER_SERVER = "http://localhost:8100/"
16
- @@CONF_PATH = File.join(File.expand_path('.', __FILE__), "conf.json")
16
+ @@CONF_PATH = File.join(File.expand_path('..', __FILE__), "conf.json")
17
17
 
18
18
  def self.set_app_info(options)
19
19
  @@NAME = options[:name] if options.has_key?(:name)
@@ -1,3 +1,3 @@
1
1
  module Safenet
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-safenet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Loureiro