inews_client 0.1.3 → 0.1.4

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: c8dc82a17c0d55aa651064d8b7b268499934c902
4
- data.tar.gz: 1de5304fc6f2c2166240f4084e41dfe212b889a7
3
+ metadata.gz: 8b3ed14eabb18e0653ccf404da893dd17e32de5c
4
+ data.tar.gz: 8b1fff75960079024c4df20e726adc3a529de4f6
5
5
  SHA512:
6
- metadata.gz: 0f4f9d5173b3c28be13276af47df6778fde16e4c4e01e9721265ba68cd18ace359b6ce18f53acba3945918d8cc1362526c06b65901053d44cca8776723cc5ae7
7
- data.tar.gz: b15c4e452d0ae086ee17ef8d18e8eb11c346efa8ebffb275183d1181f9f54b5ea20c33ff2f660f200a8c608a82114f5f187530afed9e1e6aca43d0092bd1057b
6
+ metadata.gz: b99b342b1a82e6715c84a8a860c2ddf5774e0a50045ef10dba01dc76b9aeaeaead3c956410cd4cd4d42a271dcff41147209298fdcf419cc08022694d98944249
7
+ data.tar.gz: f4fc42c94286a7cb278e6e14b719ec4a9c272d57deca28cd73442a7dfa06eee1bba670c486568b4bae22f92aa70c3a0e4edbe18ca7a0af2df898adeea06c8535
data/bin/watcher CHANGED
@@ -2,13 +2,18 @@
2
2
 
3
3
  require 'bundler/setup'
4
4
 
5
+ exec = "watcher.rb"
6
+ if ARGF.argv
7
+ exec = ARGF.argv.first
8
+ path = ARGF.argv.last
9
+ end
10
+
5
11
  project_root = File.join(File.dirname(__FILE__), '..')
6
- external_root_project = File.join(File.dirname(__FILE__), '../../../..')
12
+ external_root_project = File.join(File.dirname(__FILE__), path)
7
13
  $LOAD_PATH << File.join(project_root, 'lib')
8
14
 
9
15
  require 'inews_client'
10
16
 
11
- exec = "watcher.rb"
12
- exec = ARGF.argv.first if ARGF.argv
17
+
13
18
 
14
19
  load File.join(external_root_project, exec)
@@ -1,3 +1,3 @@
1
1
  module InewsClient
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inews_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gilad Barzilay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-18 00:00:00.000000000 Z
11
+ date: 2014-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon