travis-blink1 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: 5597610c7dbd758ba31f5350504f3441724b4ae8
4
- data.tar.gz: 76401717af549ac7865e72b13612f3bfff029ea5
3
+ metadata.gz: bc087eeadeaa83bf1541f3b20c5dc9bdd9e8b7b6
4
+ data.tar.gz: f36e0fa1a92b5e44d1b3aacb069d68cbc540ba4f
5
5
  SHA512:
6
- metadata.gz: 19fc5028dbfe5c263c77126a9db711325c59ef37a2973d43f869274bb2123454ebf0b8f5817335830f9ad802bc1a469a4e3f3b97fe05b70c52b1e935c033d648
7
- data.tar.gz: cc6936dc430e56f8204b2734de8a2003b5289ddbf8ada8f146fdea10e4f69c662ab8ce5436c8605117c083a506411d3a2668fa63022d05769cdde469eda20647
6
+ metadata.gz: ddd240ed3ff7bbdd845c832e07adf5ee52a53750b4b47ee82331a4dfb9cad637a8e689d5dbe61f1bbe9c4dd668703b6eaa0ca8029b21143d6af5db0178a9f56b
7
+ data.tar.gz: 589b19b97fbe838c6424481efe3899bb0f7a4b4ee9d3ca011417d60760eea70747c853a7deb57c65add2c98b21675f6de864c93ed7c806a4a4801ffd6476dac3
data/README.md CHANGED
@@ -5,6 +5,16 @@
5
5
  When you specify a repository travis-blink1 checks your pull request and it shows signal by Travis CI is passed or not.
6
6
  Of course gree sign is passed and red is not.
7
7
 
8
+ ## Demo movie
9
+
10
+ ### when CI is failed
11
+
12
+ - [https://www.youtube.com/watch?v=Uyt9pJ9-Th4](https://www.youtube.com/watch?v=Uyt9pJ9-Th4)
13
+
14
+ ### when CI is passed
15
+
16
+ - [https://www.youtube.com/watch?v=_XqXydvLw9w](https://www.youtube.com/watch?v=_XqXydvLw9w)
17
+
8
18
 
9
19
  ## Installation
10
20
 
@@ -1,5 +1,5 @@
1
1
  module Travis
2
2
  module Blink1
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["katsuma@gmail.com"]
11
11
  spec.summary = %q{Simple sign by blink(1) if Travis CI is passed or not.}
12
12
  spec.description = %q{travis-blink1 is a simple sign by blink(1). When you specify a repository travis-blink1 checks your pull request and it shows signal by Travis CI is passed or not. Of course gree sign is passed and red is not.}
13
- spec.homepage = "https://github.com/katsuima/travis-blink1"
13
+ spec.homepage = "https://github.com/katsuma/travis-blink1"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis-blink1
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
  - ryo katsuma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-31 00:00:00.000000000 Z
11
+ date: 2015-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -160,7 +160,7 @@ files:
160
160
  - spec/spec_helper.rb
161
161
  - spec/travis/blink1_spec.rb
162
162
  - travis-blink1.gemspec
163
- homepage: https://github.com/katsuima/travis-blink1
163
+ homepage: https://github.com/katsuma/travis-blink1
164
164
  licenses:
165
165
  - MIT
166
166
  metadata: {}