api 0.0.5 → 0.0.6

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: ef40356dd1819728792de50b50366fe0934b64b7
4
- data.tar.gz: '07286711b6df7387c721ca0cd3e6abb8f2d22520'
3
+ metadata.gz: 121dd0c7666b6340d1dd4516b367acd455cf62af
4
+ data.tar.gz: cb7170ef7692ca5ac6537cb2d0669b05374d4d67
5
5
  SHA512:
6
- metadata.gz: c03ace362bd35d48c54113dd9798c081ff20acc7ce3253d13e44d1b5ca5441a88319fdab0fcb9fbada3fc194115498f8cf8cd92179b4ea0f0a816f159aa2caa0
7
- data.tar.gz: 302013b1bf30fd3cb7e2607952a51ff1f859e17bc5343fbafa8fd56cf5173061d34575a3f096367b2b764318de84311de5cec5142bafb8f707075347adebab83
6
+ metadata.gz: 23ac70dea7872bf92d2c288f42a28ca090a20cf3a92a3219a4769e7fce8b22409c0d8fdb1796562bee7832d0287aaa6558fdca11185de4705858229246203ac8
7
+ data.tar.gz: d9594821267abded710d4f8a807e549d06deda17a2c07afb079462395670e930787903c989c07d30ab1588964a8a8c7534e26dcb07e731c5b5741caa17bca759
data/api-0.0.3.gem ADDED
Binary file
data/api-0.0.4.gem ADDED
Binary file
data/api-0.0.5.gem ADDED
Binary file
data/api.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'api-build/version'
4
+ require 'api/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "api"
@@ -0,0 +1,3 @@
1
+ module Build
2
+ VERSION = "0.0.6"
3
+ end
@@ -1,9 +1,8 @@
1
- require "api-build/version"
1
+ require 'api/version'
2
2
  require 'net/http'
3
3
  require 'uri'
4
4
  require 'json'
5
5
 
6
-
7
6
  module Build
8
7
  class Api
9
8
  API_PATH = "https://api.readme.build/v1/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReadMe
@@ -66,11 +66,14 @@ files:
66
66
  - Gemfile
67
67
  - README.md
68
68
  - Rakefile
69
+ - api-0.0.3.gem
70
+ - api-0.0.4.gem
71
+ - api-0.0.5.gem
69
72
  - api.gemspec
70
73
  - bin/console
71
74
  - bin/setup
72
- - lib/api-build.rb
73
- - lib/api-build/version.rb
75
+ - lib/api.rb
76
+ - lib/api/version.rb
74
77
  homepage: https://readme.build
75
78
  licenses: []
76
79
  metadata: {}
@@ -1,3 +0,0 @@
1
- module Build
2
- VERSION = "0.0.5"
3
- end