height-api 0.0.2 → 0.0.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
  SHA256:
3
- metadata.gz: 1aa6fe8422292bad2ef75dc3cbdf94cfc8eed5d628ec3b7ad16414acf4845b03
4
- data.tar.gz: e3a410a55ce001c7af8aea0606a3fe73fc0786b78d8e741c9d5bf60a66d3f55b
3
+ metadata.gz: ba51907c385878d0e13943dcf989b437b92a14ca84e6fdb40ab4903509d008f4
4
+ data.tar.gz: b618ec18a89d999d505967259a449442ec5cceb3c8f32dc48925738041874f84
5
5
  SHA512:
6
- metadata.gz: b805ca3be1acc18914c69938398dfc26c71465107aa35469e4eb9d12dd6859656714d89f6edd068cf0cb6f93d8afca09f3820b3b2a152c709b13f8ffba689a9e
7
- data.tar.gz: 1721360d2dd15c903449572c66782e7fb5abbd35cb9a5fa63e89c42b55a9e586f1d60933f51ced0c1a92de56283199d556caaeb80c2ef19b110e6d0b6e54c21d
6
+ metadata.gz: 27459dbcd634b37eaf83ce30499711425fbb48ad9e4fb44f5a713fb54453a85fb35339b7a195e969d78f293f0a3c4b715cd2b4d8598f2174e274d4a4e344c4a9
7
+ data.tar.gz: 0dfc1b9727fa50741538b74bdfacbd567f9621c74ad6a511675447dc16d80be1544f78cb5c5287c4b969b7c47939779c366aee59c5a0b071f862847dca045bd5
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "height/api"
4
+ require "height-api"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
data/lib/height.rb CHANGED
@@ -1,14 +1,14 @@
1
1
  require 'json'
2
2
  require 'net/http'
3
3
 
4
- require 'height/api'
5
- require 'height/client'
6
- require 'height/response'
7
- require 'height/list_response'
8
- require 'height/model'
9
- require 'height/request'
10
-
11
4
  module Height
5
+ require 'height/api'
6
+ require 'height/client'
7
+ require 'height/response'
8
+ require 'height/list_response'
9
+ require 'height/model'
10
+ require 'height/request'
11
+
12
12
  class << self
13
13
  def new
14
14
  Height::Client.new
@@ -1,3 +1,3 @@
1
1
  module Height
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: height-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauro Morales