pebbles-cookpad_search 0.1.0 → 0.2.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: '03206683a94af88f55fff492ceba18d5d5f16865'
4
- data.tar.gz: d0d56da3e7cd6504ccb5e3d93dc4134a1181c6c7
3
+ metadata.gz: 383756c65f4f41d3034d9d60f2812c79678c881b
4
+ data.tar.gz: ead646804ab1fe5345f5fbe51a7999f0a9688623
5
5
  SHA512:
6
- metadata.gz: 69eb7cdb2fa687175ab5ee83d970bbd1f22d35cf42f97aa4799f2664b694a34821bf646dd4bb1f2a0e30648de220b8d86f5f6d68405a27ece8343f5a3caba2b6
7
- data.tar.gz: 30b3604e9f32fbbfa2600b17114ba2232ffcec08f864e6f01fad3aca4ae1cb973fa80963df1a9fd3653858d1a07c9e123e65120c766b61a0cdb0f12a948e0a06
6
+ metadata.gz: d87346987ddd5d952aa744f01c4c70700aee1fac15c5a1ea34b48470247917fcfc7700f854a5553705c146ca09db4df21925e11e277e577b355a121aa50222c8
7
+ data.tar.gz: dc965fb86bf155bc7dc2b9eefa88c19cfde32a249a3caf1c520ddf3df3a6c9cab84fca5ee398ffb68b13eebf90b4f21190f58fe2f160c6da63960057609247c0
@@ -5,6 +5,6 @@ require 'pebbles/cookpad_search/parser'
5
5
 
6
6
  module Pebbles
7
7
  module CookpadSearch
8
- DEFAULT_URL = "http://cookpad.com/"
8
+ DEFAULT_URL = "https://cookpad.com/"
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  module Pebbles
2
2
  module CookpadSearch
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["tomoyuki-tanaka"]
10
10
  spec.email = ["masuminium5@gmail.com"]
11
11
 
12
- spec.summary = %q{Cookpad Search is sarch recipe from http://cookpad.com on command line.}
12
+ spec.summary = %q{Cookpad Search is sarch recipe from https://cookpad.com on command line.}
13
13
  spec.description = %q{Usage: cpd food_name}
14
14
  spec.homepage = "https://github.com/tomoyuki-tanaka/cookpad_search"
15
15
  spec.license = "MIT"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebbles-cookpad_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - tomoyuki-tanaka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-20 00:00:00.000000000 Z
11
+ date: 2017-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -125,8 +125,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.6.8
128
+ rubygems_version: 2.6.11
129
129
  signing_key:
130
130
  specification_version: 4
131
- summary: Cookpad Search is sarch recipe from http://cookpad.com on command line.
131
+ summary: Cookpad Search is sarch recipe from https://cookpad.com on command line.
132
132
  test_files: []