which_day 0.1.0 → 0.1.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: 56a289fceea4f0500b03e9b5edc381ce2684eb78
4
- data.tar.gz: 3a10f31e2890668a2a0a7182ac8ac556bfaba3b5
3
+ metadata.gz: 697535562c6a7fa5b04705b1109dd29876ff41d2
4
+ data.tar.gz: 7f88ea9b109cc3843a98c708a2c663a9deee58ef
5
5
  SHA512:
6
- metadata.gz: 8ae8eeb0da4ed72b87f53dcfe506de46a707caa98196ca20c9703325b4cf92d02a1c7d2a005251c058b9c63aa22210ad1c0df350d5230c900803dbb317f3af79
7
- data.tar.gz: a0fb8cd8a1c1882fdaeeb03403315c1385034b88b7ce6d91823be6b8c7d5430c904dda338751c9de98643645717c1ef087f046e49cc6bd737c8e8b2464b5c168
6
+ metadata.gz: 4de3e17728c97d1365241f0e0b2bffcb048f5593fc4d9df8d304a9c8ef7fe3f60d22374bfb1a8ee2c524661472e948da163fe7d698993ffe605b1fd66836ce61
7
+ data.tar.gz: de8bbc14fdd99297057c4c4e54e3f2b7fb60d87285934c197484e690a40f0182fb434ccdfb0f38e36cca86a8cd5b6adbc61fb98cea2acd0323a3b8ccae825b42
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 陈雪平
3
+ Copyright (c) 2016 RubyCat
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "which_day"
4
+
5
+ WhichDay::Which.say
@@ -1,3 +1,3 @@
1
1
  module WhichDay
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
Binary file
@@ -13,7 +13,6 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{Print which day in a year , and which week in a year}
14
14
  spec.homepage = "https://github.com/a598799539"
15
15
  spec.license = "MIT"
16
- spec.executables = `git ls-files -- exe/*`.split('\n').map{ |f| File.basename(f) }
17
16
 
18
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
18
  spec.bindir = "exe"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: which_day
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - rubycat
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-18 00:00:00.000000000 Z
11
+ date: 2016-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: Print which day in a year , and which week in a year
56
56
  email:
57
57
  - chenxueping1819@gmail.com
58
- executables: []
58
+ executables:
59
+ - which_day
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -68,8 +69,10 @@ files:
68
69
  - Rakefile
69
70
  - bin/console
70
71
  - bin/setup
72
+ - exe/which_day
71
73
  - lib/which_day.rb
72
74
  - lib/which_day/version.rb
75
+ - which_day-0.1.1.gem
73
76
  - which_day.gemspec
74
77
  homepage: https://github.com/a598799539
75
78
  licenses: