the-noises 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a2d211e34556c2b28c57744b0250c00fd2f0fe3
4
- data.tar.gz: 136bbff6c431d17e4a1d3564745cfd481145956c
3
+ metadata.gz: 3cc6e87d72160f8ef388a7f1dcb61375a88ae84c
4
+ data.tar.gz: 0763a88636ab365058d42a5c09cce8326393f41b
5
5
  SHA512:
6
- metadata.gz: a32034f4bb231581861b5876c26557392c39521cb1c6429fcd14d788a89f46b6857763b1dce3ec66f6cad9fc25e86bfa61dbda095d88dbe331dd6e062e34fbd2
7
- data.tar.gz: ad55de6512eb82dd8ce9c6ee95163ca1ba1ae27d1cf145965b0bececcb6f96560e732a956bd533decdaf20a0585a56f34042366a8b42aa8fcad54b1d35ded4f6
6
+ metadata.gz: 5277c5dfbc59dbffd3ab33b0b360f198ff32bf9826f523e9be7b900f971c8e02b77071d74543e0a652c21385c1b9a77970f4b5678cb2f612ab4295743f0c2bd0
7
+ data.tar.gz: 9371446b9d1e81ae4ebff04933dbe5018d872cb8c60e1342edadba42325e6c38ad0c5df91f013c8dd54cfc33bde778e623f89557e29b7d7f3f90a5f7f9f1359f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -15,7 +15,9 @@ module TheNoises
15
15
  end
16
16
 
17
17
  desc "download [index]", "start download"
18
- option :dst
18
+ method_option :dst,
19
+ require: false,
20
+ desc: "specify desitation directory"
19
21
  def download(index)
20
22
  begin
21
23
  i=Integer(index)
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: the-noises 0.0.1 ruby lib
5
+ # stub: the-noises 0.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "the-noises"
9
- s.version = "0.0.1"
9
+ s.version = "0.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["ninoseki"]
14
- s.date = "2014-04-01"
14
+ s.date = "2014-04-02"
15
15
  s.description = "\u{30b6}\u{30fb}\u{30ce}\u{30a4}\u{30b8}\u{30fc}\u{30ba}\u{306e}\u{30dd}\u{30c3}\u{30c9}\u{30ad}\u{30e3}\u{30b9}\u{30c8}\u{7528}Ruby\u{30af}\u{30e9}\u{30a4}\u{30a2}\u{30f3}\u{30c8}"
16
16
  s.email = "zgok0079@gmail.com"
17
17
  s.executables = ["the-noises"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-noises
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ninoseki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-01 00:00:00.000000000 Z
11
+ date: 2014-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor