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 +4 -4
- data/lib/pebbles/cookpad_search.rb +1 -1
- data/lib/pebbles/cookpad_search/version.rb +1 -1
- data/pebbles-cookpad_search.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 383756c65f4f41d3034d9d60f2812c79678c881b
|
4
|
+
data.tar.gz: ead646804ab1fe5345f5fbe51a7999f0a9688623
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d87346987ddd5d952aa744f01c4c70700aee1fac15c5a1ea34b48470247917fcfc7700f854a5553705c146ca09db4df21925e11e277e577b355a121aa50222c8
|
7
|
+
data.tar.gz: dc965fb86bf155bc7dc2b9eefa88c19cfde32a249a3caf1c520ddf3df3a6c9cab84fca5ee398ffb68b13eebf90b4f21190f58fe2f160c6da63960057609247c0
|
@@ -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
|
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.
|
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:
|
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.
|
128
|
+
rubygems_version: 2.6.11
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
|
-
summary: Cookpad Search is sarch recipe from
|
131
|
+
summary: Cookpad Search is sarch recipe from https://cookpad.com on command line.
|
132
132
|
test_files: []
|