RubyGems
npm
Organizations
Log in
Sign up
RubyGems
adnruby
Versions diffs
0.3 → 0.3.1
adnruby 0.3 → 0.3.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/adnruby.rb
+2
-2
metadata
+1
-1
data/lib/adnruby.rb
CHANGED
@@ -27,8 +27,8 @@ require 'uri'
27
27
require 'json'
28
28
require 'date'
29
29
30
-
API
= "alpha-api.app.net"
31
-
ADNHTTP = Net::HTTP.new(
API
, 443)
30
+
APIHOST
= "alpha-api.app.net"
31
+
ADNHTTP = Net::HTTP.new(
APIHOST
, 443)
32
32
ADNHTTP.use_ssl = true
33
33
34
34
module ADN
metadata
CHANGED
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: adnruby
3
3
version: !ruby/object:Gem::Version
4
-
version:
'
0.3
'
4
+
version: 0.3
.1
5
5
prerelease:
6
6
platform: ruby
7
7
authors: