funny_terminal 0.1.2 → 0.1.3

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: d27b210f906af9e26c3c7f86d15431d743e013f1
4
- data.tar.gz: 8437ba47c08d06756cba840c5530d6d0e9491415
3
+ metadata.gz: ad0f28fa45da89d2dd9702cc8c055d02db978315
4
+ data.tar.gz: b48d1b896335a8778eb87368cd7b6b36b4150134
5
5
  SHA512:
6
- metadata.gz: dbc5c26ce0df70535371bb970d19683e710fd5400a343461b5163361ce8ae7c586a9ab1f3c2c47df301725296019e13b4bfac9ce27b4f87a65dd9212bd246a28
7
- data.tar.gz: 3b26b2788788d111cd61b199a473fe05700250d3cae5771aa4b2b60b506f1999c8c7a01b9a072a6a929ee6e3aa3a65154cf12e279598c15363ab3032f267c5fd
6
+ metadata.gz: cc0344ee3dbffb35d484f1bce9a263c5e31d1d06462387f9c118a96b364e07b18fa72301846a06aa02125d0caa09f2ccf1177dbd1c669ffb14f41aeaacf47db9
7
+ data.tar.gz: b7bea537c5f8438edb26880048e70e136893a5b4ce6a988b0796cd737eb6239a424fda7636009a8944f2666d3be624e284259cbc8336c02e4d2d99a39a6da101
@@ -6,7 +6,6 @@ module FunnyTerminal
6
6
  class Quote
7
7
  def self.request
8
8
  url = API_SERVER + "quotes/random"
9
- puts url
10
9
  uri = URI(url)
11
10
  response = Net::HTTP.get(uri)
12
11
  json = JSON.parse(response)
@@ -1,3 +1,3 @@
1
1
  module FunnyTerminal
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funny_terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luu Tuan Anh
@@ -116,8 +116,6 @@ files:
116
116
  - bin/console
117
117
  - bin/funny_terminal
118
118
  - bin/setup
119
- - funny_terminal-0.1.0.gem
120
- - funny_terminal-0.1.1.gem
121
119
  - funny_terminal.gemspec
122
120
  - lib/funny_terminal.rb
123
121
  - lib/funny_terminal/catpix.rb
Binary file
Binary file