distribot-planner 0.1.0 → 0.1.1

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: fab7851292ebeb2fc444596898b00dad7406d8f9
4
- data.tar.gz: 176a615f90f2dc202cfdb6b8dd3508942998705f
3
+ metadata.gz: 926b926c2aacf43a00788ee7bbe5813808c58bef
4
+ data.tar.gz: a220b8ddb2037ca65d83661c2a8e357b5b1d452f
5
5
  SHA512:
6
- metadata.gz: 520c59020b7a542103d03fa987e08f4d0a1452b65f33732c8b565e2a83ec8b39aa1d5a3c2788c8669fb36f8e36bb8782acd90bb2f1c3650dbd0ff1888d9de0c7
7
- data.tar.gz: cdc75af97b29853e8409e4bc21b857fb86580e14895f21bcb96309b907e0eea3ec4d603c2f68fff9a57bcf0f74ec7f91ee9428af3839fbe5c7ac3e7c15abe422
6
+ metadata.gz: 2f5b7d47484c7d17ea7d501b6c93322a081e193436b800f649e27b8993ffaad211a887f0d0e5bdbef5c29f813ba1680a470dd1ad5b1563ca50fd66c0b7421067
7
+ data.tar.gz: c2a818ebabdd5a61ae2221c06baf5f4df5c1f05a5b9e4924c66d97f9857b591ae9efb9aca9111ce87cf8d966cd1602f3e9dd01406ff21dfd704807bf8da9dbd2
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  coverage/
2
2
  *.png
3
+ *.gem
data/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ [![Build Status](https://travis-ci.org/distribot/distribot-planner.svg?branch=master)](https://travis-ci.org/distribot/distribot-planner)
2
+ [![Gem Version](https://badge.fury.io/rb/distribot-planner.svg)](https://badge.fury.io/rb/distribot-planner)
3
+ [![Code Climate](https://codeclimate.com/github/distribot/distribot-planner/badges/gpa.svg)](https://codeclimate.com/github/distribot/distribot-planner)
4
+ [![Test Coverage](https://codeclimate.com/github/distribot/distribot-planner/badges/coverage.svg)](https://codeclimate.com/github/distribot/distribot-planner/coverage)
5
+ [![Issue Count](https://codeclimate.com/github/distribot/distribot-planner/badges/issue_count.svg)](https://codeclimate.com/github/distribot/distribot-planner)
1
6
 
2
7
  # distribot-planner
3
8
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'distribot-planner'
3
- spec.version = '0.1.0'
3
+ spec.version = '0.1.1'
4
4
  spec.authors = ['John Drago']
5
5
  spec.email = 'jdrago.999@gmail.com'
6
- spec.homepage = 'https://twitter.com/devstack'
6
+ spec.homepage = 'https://github.com/distribot/distribot-planner'
7
7
  spec.summary = 'A planning extension for Distribot handlers.'
8
8
  spec.description = 'A planning extension for Distribot handlers.'
9
9
  spec.required_rubygems_version = '>= 1.3.6'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distribot-planner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Drago
@@ -118,7 +118,7 @@ files:
118
118
  - spec/distribot-plan/task_group_spec.rb
119
119
  - spec/distribot-plan/task_spec.rb
120
120
  - spec/spec_helper.rb
121
- homepage: https://twitter.com/devstack
121
+ homepage: https://github.com/distribot/distribot-planner
122
122
  licenses: []
123
123
  metadata: {}
124
124
  post_install_message: