git-daily 0.0.3 → 0.0.4

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: 8c990336cfefd9a8641946f49aad32167c3fb0f1
4
- data.tar.gz: ffb1e6ace7348238c539d6fb5dcd7cd1536a86cd
3
+ metadata.gz: 96e23aac61cfee76827205dcfc808148ad1c5283
4
+ data.tar.gz: a31620494b54fe77a7437bfd870e17388b53afba
5
5
  SHA512:
6
- metadata.gz: f162af0467ca37f280b43ca33e8e9f260e6c696d76564164d389abd46ce8fecd5e8efd632c9701f39d12409f0fd08e1f8743d481a5cf7689da6b3d3946ab9ae7
7
- data.tar.gz: 652ec86f72470ea4c2c7ba46327864c4782a3738272af6ba318eba025230f8cd0603afb07ad424b617432c2c7c8d02d1cd13d72800e57e93003cc0c29bba6b60
6
+ metadata.gz: 26b8a81e877fb6c7ee797c682454cfcdedd13b1dfceed3bb791754cd2b14940c1f89c9fc5d96bdc095c83b780fa4bf2635470b752dc2c32c8e6ef8668f070efe
7
+ data.tar.gz: bf3853646dc35b5ebf2bb1165ee2a33ebdeb138ead0489ee0fb0e1e8e74ef95e7fb93d5fcd5222170e3a522d8d7e20ef0e961e9b61d595793198448d88124f77
data/git-daily.gemspec CHANGED
@@ -5,6 +5,7 @@ require "git-daily/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "git-daily"
7
7
  s.version = Git::Daily::VERSION
8
+ s.licenses = ['MIT']
8
9
  s.authors = ["Koichiro Ohba"]
9
10
  s.email = ["koichiro@meadowy.org"]
10
11
  s.homepage = "https://github.com/koichiro/git-daily"
@@ -1,5 +1,5 @@
1
1
  module Git
2
2
  module Daily
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-daily
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichiro Ohba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-28 00:00:00.000000000 Z
11
+ date: 2018-03-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'git-daily on Ruby is a tool which helps you to do daily workflow easier
14
14
  on Git. This is the Ruby version. The original PHP version is here: https://github.com/sotarok/git-daily'
@@ -44,7 +44,8 @@ files:
44
44
  - test/test_command_release.rb
45
45
  - test/test_init_input.txt
46
46
  homepage: https://github.com/koichiro/git-daily
47
- licenses: []
47
+ licenses:
48
+ - MIT
48
49
  metadata: {}
49
50
  post_install_message:
50
51
  rdoc_options: []