rotoworld 0.2.0 → 0.3.0

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: 1d7ccb273efd78fbf50554713a4686f620e04b47
4
- data.tar.gz: ea8c916853c437d8be2574698e8a29eac5728156
3
+ metadata.gz: 7d0e3e9394d3aa42e9595d753a1662c7ec0f7769
4
+ data.tar.gz: 32c09023444a609acef3ef10b4b452aeaf5e1b93
5
5
  SHA512:
6
- metadata.gz: da4ca35d2379c055ee7076e24636e51d2f01cfa7eb20d8203dab18d6b011b0022678dd2eb846e7d06bafef915dcb09e83b6c7e4d467c01611a8cf8e2c45944ab
7
- data.tar.gz: 22abb149abf085f21b16b4da6e7d0c8108dc734a0aa0fc65786547904b476ff40ad81e3b064ff2e2aee094a4a1d38df6a0a0301b3f7377a1c49c51f9a569f357
6
+ metadata.gz: dfadfb443a1cf0df059b53844a4eecefb0de2a8fdfbbdb0a9b9477ed577250f58bf266486444fd5f1291d92a3cfbc9691a8337de9e2e6a3b24a362650a463736
7
+ data.tar.gz: 321d5f35e0503b8edc4644948a319cdfc6367b2dac8f2c6a9300d7d6fb08f776d4a8334494c4d3a868f63bd04a94032d5329ddf9a90c58eb2007512f162a6c4a
data/lib/CLI.rb CHANGED
@@ -65,7 +65,7 @@ class Rotoworld::CLI
65
65
  puts "Would you like to view the source? (y/n) "
66
66
  input2 = gets.strip
67
67
  if input2.downcase == "yes" || input2.downcase == "y"
68
- binding.pry
68
+
69
69
  Launchy.open(post.source.strip)
70
70
  sleep(5)
71
71
  puts
@@ -1,3 +1,3 @@
1
1
  module Rotoworld
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rotoworld
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - hudbuz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2016-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -105,6 +105,8 @@ files:
105
105
  - lib/Scraper.rb
106
106
  - lib/rotoworld.rb
107
107
  - lib/rotoworld/version.rb
108
+ - rotoworld-0.1.0.gem
109
+ - rotoworld-0.2.0.gem
108
110
  - rotoworld.gemspec
109
111
  homepage: https://github.com/hudbuz/rotoworld.git
110
112
  licenses: