thug 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 448f8e6c40c88952b4e4d60b81f4e3dc7ec940bc
4
- data.tar.gz: 88ff62b6ce0c374c1637cdd468dd665d511546bc
3
+ metadata.gz: 18516fd6d740fa12ceab994f0c301e60cd1295d6
4
+ data.tar.gz: cfe34faf223e19c2aad6bdf60c37e0c986d8af48
5
5
  SHA512:
6
- metadata.gz: ed430cc609ecc7ba3dfa9611f68dd4f480bb5752905c4b36858e7b1ed587aa64c1b34317b1aed8cea47fb8a84a6e6bd81637f72c995b6940b6188d64a07723c4
7
- data.tar.gz: 856de8fb53ee030039a4931e46fcc9a7dd65f96569ad266f7209bb2f97239a5b29911901c18cf743575e3ec94066ec34271808a9f89afce0210f678f24bf1766
6
+ metadata.gz: 733a018b757354cf27af0034c880e2f23419c0b0a8d8617d27d95d080281b67c90dd2630e70c3016cbadf65238ed3af156bc4d4aa8705b97250195ec1c871850
7
+ data.tar.gz: f376db3b613c60289b49e1f1970a4dc4a7365a5ce81ad54c33d28a1ca9567db243cce0882303a35bda16cb54116446b1cb33c85e898e58cdc95a730349565623
data/README.md CHANGED
@@ -33,7 +33,7 @@ Checkout the project and run
33
33
 
34
34
  ## Contributing
35
35
 
36
- Thug gem relies on users to keep its system dependencies list up to date, Bug reports and pull requests are welcome on here. or you can [Sign up](http://13.95.24.166:1337/register) at [Thug-Gem](http://13.95.24.166:1337)Thug-gem and start adding gems/dependencies.
36
+ Thug gem relies on users to keep its system dependencies list up to date, Bug reports and pull requests are welcome on here. or you can [Sign up](http://165.227.143.244:1337/register) at [Thug-Gem](http://165.227.143.244:1337)Thug-gem and start adding gems/dependencies.
37
37
 
38
38
  ## Known Issues
39
39
 
@@ -5,7 +5,7 @@ module Thug
5
5
  class HttpClient
6
6
 
7
7
  def get_dependencies platform, gems
8
- uri = URI('http://13.95.24.166:1337/dependencies')
8
+ uri = URI('http://165.227.143.244:1337/dependencies')
9
9
  res = Net::HTTP.post_form(uri, 'gems[]' => gems, 'platform' => platform)
10
10
  deps = JSON.parse(res.body)
11
11
  dependencies = deps.map do |dep|
@@ -1,3 +1,3 @@
1
1
  module Thug
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sherif
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-16 00:00:00.000000000 Z
11
+ date: 2017-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler