trio-blog-api 0.1.0 → 0.1.1

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: 9e6cb60631072856ce21f721aee1df3c8aa362dcca8aea76bf4bb8a9b709637d
4
- data.tar.gz: 1c1da6fbb1be0603e98de941d1408a4e2db5786f166577812fb39c66177c621c
3
+ metadata.gz: 7dba65fdad06884b3ba6ab10d7d3075db77711542b67f538237a9b40cfc65a10
4
+ data.tar.gz: a9af3ba0662b2104582f49a008b5a3a2c5393432a7bf45f684e1574a63f4348c
5
5
  SHA512:
6
- metadata.gz: 6559bec31d05544f804e1475ba4330907fee63faa4b8ff5900708b1fc441ea0b856706c2439547d6d1693f4903885d5c82d34eb7b3e5085ea0dc6cd9b16ad326
7
- data.tar.gz: 06f82edae7798cda73283a2c550e952cc1db4eb87e7c3e254f8b988f6704267b02c897aba6e1df232ef699b6ef69d438d69c84de1b15950511405aa62215d97a
6
+ metadata.gz: 60c5531a703e11cf2a41098d6243d9d16f0a04a6aaf255e7081bfd525b0570b7075e73275b14a7cb65d05b9bb907a561a8d690945e36feca98a920a0003d6aa1
7
+ data.tar.gz: a8e13a32d4dfdc5a7380e40619a680fd78ddf6cd3860304b92c5db4b6730ff5d30aeef7e3e5ee3f6167a0f225ed8afdf50342b232cf62fb83f742f3937ff92dd
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "trio/blog/api"
4
+ require "trio-blog-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.
@@ -0,0 +1 @@
1
+ require "trio/blog/api"
@@ -1,7 +1,7 @@
1
1
  module Trio
2
2
  module Blog
3
3
  module API
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trio-blog-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
  - Dhyego Calota
@@ -80,6 +80,7 @@ files:
80
80
  - README.md
81
81
  - bin/console
82
82
  - bin/setup
83
+ - lib/trio-blog-api.rb
83
84
  - lib/trio/blog/api.rb
84
85
  - lib/trio/blog/api/config.rb
85
86
  - lib/trio/blog/api/document_reader.rb