nabea2 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/exe/nabea2 +3 -1
- data/lib/nabea2/version.rb +1 -1
- data/nabea2.gemspec +4 -4
- data/vendor/bundle/ruby/2.6.0/bin/nabea2 +27 -0
- metadata +7 -7
- data/lib/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b4df7448e309949ab689817a619f947afa24a5d4ca62159884b477141fe89d9
|
4
|
+
data.tar.gz: ffb3125efbcb340a4ae29ede28923820a501331a0970f8fc2d841fc3bd14b15d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89be156217951be119e3b9973f46cd1b28d8551e335d97068846b63e0f538f4be3e86a9d6038e8af11d954e636aa4e1fee1ad94521401c31b246da3abce870a0
|
7
|
+
data.tar.gz: e05f60000dc60ebfc9e78a5a45bd735ae59d23624dd6f8c385c0457a6f8ffee9c051b88529e63d7dd85bbae533c1c74b97de220c54929651fd69b67cc46ec008
|
data/Gemfile.lock
CHANGED
data/exe/nabea2
CHANGED
data/lib/nabea2/version.rb
CHANGED
data/nabea2.gemspec
CHANGED
@@ -6,11 +6,11 @@ require "nabea2/version"
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "nabea2"
|
8
8
|
spec.version = Nabea2::VERSION
|
9
|
-
spec.authors = ["
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["terapasta"]
|
10
|
+
spec.email = ["htiknd724@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary =
|
13
|
-
spec.description =
|
12
|
+
spec.summary = "This gem counts up numbers like nabeatsu."
|
13
|
+
spec.description = "If the given number is multiple of three or include 3, this gem returns funny response."
|
14
14
|
spec.homepage = "https://github.com/terapasta/nabea2"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
@@ -0,0 +1,27 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
#
|
3
|
+
# This file was generated by RubyGems.
|
4
|
+
#
|
5
|
+
# The application 'nabea2' is installed as part of a gem, and
|
6
|
+
# this file is here to facilitate running it.
|
7
|
+
#
|
8
|
+
|
9
|
+
require 'rubygems'
|
10
|
+
|
11
|
+
version = ">= 0.a"
|
12
|
+
|
13
|
+
str = ARGV.first
|
14
|
+
if str
|
15
|
+
str = str.b[/\A_(.*)_\z/, 1]
|
16
|
+
if str and Gem::Version.correct?(str)
|
17
|
+
version = str
|
18
|
+
ARGV.shift
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
if Gem.respond_to?(:activate_bin_path)
|
23
|
+
load Gem.activate_bin_path('nabea2', 'nabea2', version)
|
24
|
+
else
|
25
|
+
gem "nabea2", version
|
26
|
+
load Gem.bin_path("nabea2", "nabea2", version)
|
27
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nabea2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- terapasta
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,10 +52,10 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
|
-
description: If the given number is multiple of three or include
|
55
|
+
description: If the given number is multiple of three or include 3, this gem returns
|
56
56
|
funny response.
|
57
57
|
email:
|
58
|
-
-
|
58
|
+
- htiknd724@gmail.com
|
59
59
|
executables:
|
60
60
|
- nabea2
|
61
61
|
extensions: []
|
@@ -74,12 +74,12 @@ files:
|
|
74
74
|
- bin/console
|
75
75
|
- bin/setup
|
76
76
|
- exe/nabea2
|
77
|
-
- lib/.DS_Store
|
78
77
|
- lib/nabea2.rb
|
79
78
|
- lib/nabea2/version.rb
|
80
79
|
- nabea2.gemspec
|
81
80
|
- vendor/bundle/ruby/2.6.0/bin/htmldiff
|
82
81
|
- vendor/bundle/ruby/2.6.0/bin/ldiff
|
82
|
+
- vendor/bundle/ruby/2.6.0/bin/nabea2
|
83
83
|
- vendor/bundle/ruby/2.6.0/bin/rake
|
84
84
|
- vendor/bundle/ruby/2.6.0/bin/rspec
|
85
85
|
- vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.3.gem
|
@@ -537,5 +537,5 @@ requirements: []
|
|
537
537
|
rubygems_version: 3.0.3
|
538
538
|
signing_key:
|
539
539
|
specification_version: 4
|
540
|
-
summary:
|
540
|
+
summary: This gem counts up numbers like nabeatsu.
|
541
541
|
test_files: []
|
data/lib/.DS_Store
DELETED
Binary file
|