sys_libs 1.1.2 → 1.1.3

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: ec5459cfbedd1a7624b0d1398f5a4fada8160ca0
4
- data.tar.gz: 232d3231c648ce15d6dd318ced51a7a5fe35962d
3
+ metadata.gz: b3aacb637794a3df9205af91950b81f4b463d16d
4
+ data.tar.gz: cf769f540e8e1f9466648feaaff56b1b783ca116
5
5
  SHA512:
6
- metadata.gz: 873eba8b9fc09592d5f7984a49dc81075298eaa515f8ca7b266f4604427a284f683af3ad13b81eb06cf04d3af20b1aff81e6bcea19e8887997722b79cf5a8436
7
- data.tar.gz: b2e7a585078782e2743979262f0af9c07852da71689856d13f814be34dbbc7c826c064c0a6346ec85c9be0f828cb87850455bbaf66379eaab7b7edd0f706a618
6
+ metadata.gz: d7a82bcf3e2e2ff0cea30b34995be20b15d1e7f1ceb17875d80f518407f842fc1c1f7ac0db647c153f56d0b0d3ed5ad43ac8730d6429731bf17e765355d8ee5f
7
+ data.tar.gz: 6101a242357712f86850d7c05ad127581153394ecaa45b67d63b6e5210dcdcf6541b19fe0be7c374e3cadc7c989f26ef2c04ab1ed3ca9e19d048084d15df170c
@@ -1,3 +1,3 @@
1
1
  module SysLibs
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
data/lib/sys_libs.rb CHANGED
@@ -34,7 +34,7 @@ module SysLibs
34
34
  )
35
35
 
36
36
  #Send a post request to the server to retrieve the required sys libs
37
- response = RestClient.post "http://localhost:3000/packages/search",
37
+ response = RestClient.post "https://stormy-bayou-25992.herokuapp.com/packages/search",
38
38
  { :packages => @packagesArray, :os => @os }
39
39
  body = JSON.parse(response.body)
40
40
  body.each do |key, value|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sys_libs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omar Safwany