blinkman 0.1.0 → 0.1.1

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: 031cc2b8460c42863bb3f50fc5d8d0b68e9bf131
4
- data.tar.gz: 72d5d17e19e22d80799e44b8de6addc852c22c8e
3
+ metadata.gz: 5b51a0c934087769e09a8ae5e256ca325e2e6273
4
+ data.tar.gz: c6b0691d0aecbcecc5ef767c4d43d9cee37bf55a
5
5
  SHA512:
6
- metadata.gz: 98bad2a0d27f668c1423030d9915e973fbbedce3fb591bbb4778974d58ff3738763c9180841d969b3feb22879a9049ea2993210ba45a4414d482c5cc32f64a78
7
- data.tar.gz: af006aa0af670fdfad9c56559a19b0da73b8e2876cf11b7d1346563665eac2a7245137d14b5e490fc75d42a0b9f99c781e2dc9a4cb53afb688fe3f816e93cfcc
6
+ metadata.gz: 1ed4058ff40948d4a2596cdfa4bdda3adc647d1dcfee7d7146e79e241b4134d7e721874b8ba132df4cd39cbb7579fcc0c683c674173d242eb7bd45bac6f09e20
7
+ data.tar.gz: 9101d00916a59a9dd8c6d2b8486c0f0d8e82bf8bdb2edad637477c1497e18a836759f6c1da2db500f2569ea3ce6310e32164a431e68c83304218b0b70c456d61
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Blinkman is the DSL for blink(1)}
13
13
  spec.description = %q{Blinkman is the DSL for blink(1)}
14
- spec.homepage = ""
14
+ spec.homepage = "https://github.com/kinoppyd/blinkman"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module Blinkman
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blinkman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kinoshita.Yasuhiro
@@ -108,7 +108,7 @@ files:
108
108
  - lib/blinkman/message/base.rb
109
109
  - lib/blinkman/message/shell.rb
110
110
  - lib/blinkman/version.rb
111
- homepage: ''
111
+ homepage: https://github.com/kinoppyd/blinkman
112
112
  licenses:
113
113
  - MIT
114
114
  metadata: {}