which_day 0.1.0 → 0.1.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 +4 -4
- data/LICENSE.txt +1 -1
- data/exe/which_day +5 -0
- data/lib/which_day/version.rb +1 -1
- data/which_day-0.1.1.gem +0 -0
- data/which_day.gemspec +0 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 697535562c6a7fa5b04705b1109dd29876ff41d2
|
|
4
|
+
data.tar.gz: 7f88ea9b109cc3843a98c708a2c663a9deee58ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4de3e17728c97d1365241f0e0b2bffcb048f5593fc4d9df8d304a9c8ef7fe3f60d22374bfb1a8ee2c524661472e948da163fe7d698993ffe605b1fd66836ce61
|
|
7
|
+
data.tar.gz: de8bbc14fdd99297057c4c4e54e3f2b7fb60d87285934c197484e690a40f0182fb434ccdfb0f38e36cca86a8cd5b6adbc61fb98cea2acd0323a3b8ccae825b42
|
data/LICENSE.txt
CHANGED
data/exe/which_day
ADDED
data/lib/which_day/version.rb
CHANGED
data/which_day-0.1.1.gem
ADDED
|
Binary file
|
data/which_day.gemspec
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|