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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94429998c8a78882cafaba7e479b5a8af2e75b08
4
- data.tar.gz: d1ece80b55e67aa6dd9236888095770f13a7aedb
3
+ metadata.gz: 03d1ef8749bf05803819f78ae5b53330c5556401
4
+ data.tar.gz: 229bd27912548d1064dfcc67eac8a45050411af4
5
5
  SHA512:
6
- metadata.gz: 505cbc69d351c12bb201d6d720c2504542a2d4f3998983bf006580a89fb9c72b4cd63e5b18ae301d69c7cb17a38938b8e9ccd819bf1ca9e15f49915eb05cc458
7
- data.tar.gz: caad2d4f70d937baaf692eca58f46829644c318a9436b9bb14029f62182c520f3ad2a8c009b261fedec3861122221c5da46108d215abc7c2de10060d091951f1
6
+ metadata.gz: 69a83b60890605d93cc33896bbb927313975396d833cc7377de66e52061fcda98ea20884c4ce19b3f6a50b0befd506b8a018c15c176dbb4be7a35d66f4f62216
7
+ data.tar.gz: ab095357f4b3ef7fbb07733d374ed387b39a399c4680916b5238c0dcc870732d6a6bfddd71b0e6afc10e95252d2e4e2b465b522e7f8db443086e6c27be93a83e
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  coverage/
2
2
  doc
3
3
  .yardoc/
4
+ pkg/
data/.travis.yml CHANGED
@@ -2,3 +2,5 @@ language: ruby
2
2
  rvm:
3
3
  - 2.1.0
4
4
  - 2.0.0
5
+ notifications:
6
+ email: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- merch_calendar (0.0.1)
4
+ merch_calendar (0.0.3)
5
5
 
6
6
  GEM
7
7
  remote: https://www.rubygems.org/
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Merch Calendar
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/merch_calendar.svg)](http://badge.fury.io/rb/merch_calendar)
3
4
  [![Build Status](https://travis-ci.org/stitchfix/merch_calendar.svg)](https://travis-ci.org/stitchfix/merch_calendar)
4
5
  [![Code Climate](https://codeclimate.com/github/stitchfix/merch_calendar/badges/gpa.svg)](https://codeclimate.com/github/stitchfix/merch_calendar)
5
6
  [![Coverage Status](https://coveralls.io/repos/stitchfix/merch_calendar/badge.svg)](https://coveralls.io/r/stitchfix/merch_calendar)
@@ -1,3 +1,3 @@
1
1
  module MerchCalendar
2
- VERSION = '0.0.1'
3
- end
2
+ VERSION = '0.0.3'
3
+ end
@@ -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.1
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-17 00:00:00.000000000 Z
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.2.0
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