humanity_api 0.1.0 → 0.1.1

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: 8e3e0d5674ffed783508247736cfca6c5e92252a
4
- data.tar.gz: ffd5f1e2c84a8f3747bec9782cbf7409dd759b18
3
+ metadata.gz: 3623e25841041e2b7e06ff90003a717feb3b1ddf
4
+ data.tar.gz: 43bbb1030d7e8d5c0a9883db82653c308c8dee45
5
5
  SHA512:
6
- metadata.gz: 6e108e8f79064a440c8925ce76443be64e306a5ef2070e20408a502c16fa45714fb7b609e76256563fe92d04962ab0e093de71a094ba6a304855f749b0e62c5a
7
- data.tar.gz: 0e8d702010fd71f242c6d01fe3af85a84d02ae34c9e193d590ef04ca1cf89b359d8199686ae260e360e05e6d2264aa01ca0efffd9648e8891889fa17a618bc84
6
+ metadata.gz: 5c3e3ec3907c03a2f60ce36d03fccdfe9cb6544f75342de735bad6a7951a3f5f2c2cd98444b60cfeb27656e8745df2ab6d6d744e906ab4a1c9662721efbf5081
7
+ data.tar.gz: 5a2332aa6900f1d6b5c4e48c08af567f9bb60ae6218a76e9ee47af715b8bec7d006af920f0ab0b35177af690595b6ff58b36165a311195aea07be5890301e218
data/humanity_api.gemspec CHANGED
@@ -2,10 +2,6 @@
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'humanity_api/version'
5
- require "uri"
6
- require "net/http"
7
- require "openssl"
8
- require "json"
9
5
 
10
6
  Gem::Specification.new do |spec|
11
7
  spec.name = "humanity_api"
@@ -1,3 +1,8 @@
1
+ require "uri"
2
+ require "net/http"
3
+ require "openssl"
4
+ require "json"
5
+
1
6
  class HumanityApi
2
7
  attr_reader :errors
3
8
  attr_accessor :key, :token
@@ -1,3 +1,3 @@
1
1
  class HumanityApi
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humanity_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jane Kim
@@ -86,7 +86,7 @@ files:
86
86
  - bin/console
87
87
  - bin/setup
88
88
  - humanity_api.gemspec
89
- - lib/humanity_api/humanity_api.rb
89
+ - lib/humanity_api.rb
90
90
  - lib/humanity_api/version.rb
91
91
  homepage: https://github.com/officeluv/humanity-api
92
92
  licenses: