merch_calendar 0.0.1 → 0.0.3
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/.gitignore +1 -0
- data/.travis.yml +2 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -0
- data/lib/merch_calendar/version.rb +2 -2
- data/merch_calendar.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03d1ef8749bf05803819f78ae5b53330c5556401
|
|
4
|
+
data.tar.gz: 229bd27912548d1064dfcc67eac8a45050411af4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69a83b60890605d93cc33896bbb927313975396d833cc7377de66e52061fcda98ea20884c4ce19b3f6a50b0befd506b8a018c15c176dbb4be7a35d66f4f62216
|
|
7
|
+
data.tar.gz: ab095357f4b3ef7fbb07733d374ed387b39a399c4680916b5238c0dcc870732d6a6bfddd71b0e6afc10e95252d2e4e2b465b522e7f8db443086e6c27be93a83e
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# Merch Calendar
|
|
2
2
|
|
|
3
|
+
[](http://badge.fury.io/rb/merch_calendar)
|
|
3
4
|
[](https://travis-ci.org/stitchfix/merch_calendar)
|
|
4
5
|
[](https://codeclimate.com/github/stitchfix/merch_calendar)
|
|
5
6
|
[](https://coveralls.io/r/stitchfix/merch_calendar)
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module MerchCalendar
|
|
2
|
-
VERSION = '0.0.
|
|
3
|
-
end
|
|
2
|
+
VERSION = '0.0.3'
|
|
3
|
+
end
|
data/merch_calendar.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = MerchCalendar::VERSION
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ['Mitch Dempsey']
|
|
10
|
-
s.email = ['mitch@stitchfix.com']
|
|
10
|
+
s.email = ['mitch@stitchfix.com', 'opensource@stitchfix.com']
|
|
11
11
|
s.licenses = ['MIT']
|
|
12
12
|
s.homepage = "https://github.com/stitchfix/merch_calendar"
|
|
13
13
|
s.summary = "Utility for manipulating dates within a 4-5-4 retail calendar"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: merch_calendar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mitch Dempsey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -83,6 +83,7 @@ dependencies:
|
|
|
83
83
|
description: Utility for manipulating dates within a 4-5-4 retail calendar
|
|
84
84
|
email:
|
|
85
85
|
- mitch@stitchfix.com
|
|
86
|
+
- opensource@stitchfix.com
|
|
86
87
|
executables: []
|
|
87
88
|
extensions: []
|
|
88
89
|
extra_rdoc_files: []
|
|
@@ -131,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
131
132
|
version: '0'
|
|
132
133
|
requirements: []
|
|
133
134
|
rubyforge_project:
|
|
134
|
-
rubygems_version: 2.
|
|
135
|
+
rubygems_version: 2.4.1
|
|
135
136
|
signing_key:
|
|
136
137
|
specification_version: 4
|
|
137
138
|
summary: Utility for manipulating dates within a 4-5-4 retail calendar
|