rdh 1.0.0 → 1.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rdh +2 -2
  3. data/lib/rdh/rdh_api.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8b7280b1d41a2c6d040e2b025d66bae545106d6
4
- data.tar.gz: eca74487410a7076f648811dee340cd4f2f26c99
3
+ metadata.gz: ae3f54485f1ed9a68b68dc70d46be0958b1f37a3
4
+ data.tar.gz: 8d86759307d9acf1a5997f229ae96153c45cd4e1
5
5
  SHA512:
6
- metadata.gz: e552ce426bfc52de46a83a800dc7cb329653f6286b8e12d1306c5a3c37a7c4c16a13fadca079b4e22fa50b5c04bc064b95d1e9654c59d89921f2e52065f63d73
7
- data.tar.gz: 5aebda18ea28e7c1fe64396656d819e5e08ddaf22b34e9cace0dc3d8919847f27a512fe316b8cde97b66a26615d7baa5e4bff796a93749164527b9b6a7fab849
6
+ metadata.gz: d0a93531ceac64ee5992a5d6020c1b8924213cf107d012b43c071b5e70d264f63ece559662d185f963b2136c8ba1b69043cfd058882ea877549ed25360fe2ac7
7
+ data.tar.gz: 23e9ee2c892e4c7dbc5b4c9946da0d6c6b442eb13921e6c42daffe4d2f2f26a45fb52f93c91a54c3c7e7a5e7205eda8cfda0bace98a92906e7876b55c35cd178
data/bin/rdh CHANGED
@@ -67,7 +67,7 @@ def contribute
67
67
  end
68
68
  end
69
69
  end
70
- puts 'Thanks for your contributions !'
70
+ puts "Thats all, Thanks for your contributions !"
71
71
  end
72
72
 
73
73
 
@@ -78,4 +78,4 @@ elsif action == 'contribute'
78
78
  contribute
79
79
  else
80
80
  puts "error: unkown operation, either 'inspect' or 'contribute'"
81
- end
81
+ end
@@ -1,7 +1,7 @@
1
1
  require 'httparty'
2
2
  require 'json'
3
3
 
4
- BASE_URI = 'http://localhost:3000'
4
+ BASE_URI = 'https://emostafa-gitlab-ci.herokuapp.com'
5
5
 
6
6
  class RdhApi
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eslam Mostafa