let_it_fall 0.0.1 → 0.0.2

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: 5f5fe71f371aae3058c4e652c976ca22214aaa5b
4
- data.tar.gz: 934f91a282917f151794033ab29755d22d45a2ca
3
+ metadata.gz: 9633cae4ab58918af7f85537ec1f6c5c223b14ed
4
+ data.tar.gz: faa64a49f61116f9d7e08bbce563e9fba442ec97
5
5
  SHA512:
6
- metadata.gz: cf98499a677e4d482049632af61279443b9239317b7c3f9019ed1573cc77826ff607c31417369edbc4f7852f131f93b5c7656e92ef19558a2651b658034d8f84
7
- data.tar.gz: f3425904e25ff941e1adbee85a05d224148b175dce08e6041d5d8d5a7730b1c5e98136b6f8b4981754d1a6450aa99570a380c976a7c6daebb44db2c4069422ba
6
+ metadata.gz: 2510a988b9bd7964c31c3e446bacf9cee20ea83c5d5419226e67e2cf9b65bd86453108b21fdef4eae0f57f1b4e6754be24773dfb3430b235e487c04410a59d3b
7
+ data.tar.gz: d3c1505103a224a571eb409b00812c3dfbba39b731c56c2fef0e28082fefe0c31a7e3a444cd20542bd1f147f22da3f2eccae8fc135b1f3f9feb83e818d7d882f
data/let_it_fall.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["postagie@gmail.com"]
11
11
  spec.summary = %q{Let it snow or something in the mac terminal.}
12
12
  spec.description = %q{Let it snow or something in the mac terminal.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/melborne/let_it_fall"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -14,7 +14,7 @@ module LetItFall
14
14
  end
15
15
  end
16
16
 
17
- desc "code CODE", "Let specific character fall"
17
+ desc "code [CODE]", "Let specific character fall"
18
18
  option :speed, aliases:'-s', default:1, type: :numeric
19
19
  option :color, aliases:'-c', default:true, type: :boolean
20
20
  option :range, aliases:'-r', default:false, type: :boolean
@@ -1,3 +1,3 @@
1
1
  module LetItFall
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: let_it_fall
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
  - kyoendo
@@ -89,7 +89,7 @@ files:
89
89
  - lib/let_it_fall/version.rb
90
90
  - spec/let_it_fall_spec.rb
91
91
  - spec/spec_helper.rb
92
- homepage: ''
92
+ homepage: https://github.com/melborne/let_it_fall
93
93
  licenses:
94
94
  - MIT
95
95
  metadata: {}