fotofetch 1.1.0 → 1.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: 8fffabd192e16ce9a554bbe27c720925c3d831bd
4
- data.tar.gz: 7b3eb4a2e53e7b280b140a42b05696d633908315
3
+ metadata.gz: 4f3715843ca845f769945605b02c5f5ba8650c0e
4
+ data.tar.gz: 7373b2647359950dc6f7fd586b9a152a0bb2da52
5
5
  SHA512:
6
- metadata.gz: f70669001c0e5daec9d20da73ccbfca4e983c4d6d8e0fa15d0854eab06cad9b6b518d8100e255fca53942bfdba9e6714615692d8b0c9cf6401e4a8b8f2e565a8
7
- data.tar.gz: b77e22d40be89d9d5d80120486a8baf13bbd6158148bf83c7a248632376eb952505e396a775ab6f2142cfe2a9dd4c878d04e0d21158b76f783f807c6722796d9
6
+ metadata.gz: 28c768acd157cd69d9243cb5d3d203e5d40d0647146cb48f2653966073efefd720b7a473e5826d044f1877f0e972aa8890dd90238885549826fce0d37b43a22d
7
+ data.tar.gz: 0704ab36cd6ca3614d6e44772e3205177c5bb066d53545c666a73a2139ea45a013c5cb08ec0fccd3c073b2f6da73320a3de3b1a08bd961f0a4e3d7c5e15e1f02
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fotofetch (1.1.0)
4
+ fotofetch (1.1.1)
5
5
  fastimage (~> 2.0.0)
6
6
  mechanize
7
7
 
@@ -2,7 +2,6 @@ require 'fotofetch/version'
2
2
  require 'mechanize'
3
3
  require 'open-uri'
4
4
  require 'fastimage'
5
- require 'byebug'
6
5
 
7
6
  module Fotofetch
8
7
  class Fetch
@@ -1,3 +1,3 @@
1
1
  module Fotofetch
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fotofetch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Olson
@@ -113,6 +113,8 @@ files:
113
113
  - lib/fotofetch.rb
114
114
  - lib/fotofetch/version.rb
115
115
  - pkg/fotofetch-0.1.0.gem
116
+ - pkg/fotofetch-1.1.0.gem
117
+ - pkg/fotofetch-1.1.1.gem
116
118
  - test/fotofetch_test.rb
117
119
  - test/test_helper.rb
118
120
  homepage: https://github.com/SteveOscar/fotofetch