rogue 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rogue/version.rb +1 -1
  3. metadata +7 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e74ce8d8a6af482a2d2b9023f8deec0a3a2debff
4
- data.tar.gz: 5a271c79b11927a2c772475c0732fd8b4d4686cf
3
+ metadata.gz: 0420d5d93605dad19ab91f6e959fd966fbd2da6e
4
+ data.tar.gz: 8b55bafc6f16afef3fa56428ea60c3bb62b1b149
5
5
  SHA512:
6
- metadata.gz: 645e68504b7132acb0030cb6ad20ae77010cfd35ac6f1de42635775f98f2043638e76bc94ecb4b151472662fbf947d0003b900836a0fb648f2bd7b9d9c2dbbec
7
- data.tar.gz: aae47a9014032ff2db531b6dc3d4a86027d2578c84f79fddf586e6b368eb8e99c2a70dde08ca1d6fa52234b668faa8da70135e2dd3d0919fded95894a6011daa
6
+ metadata.gz: 8de9ab0957a0f13e9c3ecdb19b9bd1a4ec5942ceb696186040a9c86219b187719a54292137e7ae0af54484b8bed24be295999bd4c1cb5d587de2e32b163a2245
7
+ data.tar.gz: eb0429f043744fcdb744e5a2b4c3c9b511f03bd6a1e93b8dfbcc14ee873f2ca58a8d7e9f7b1518957feecddaacf3b74567b55d4b85b263908a348dc98bc6ac1b
@@ -1,3 +1,3 @@
1
1
  module Rogue
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,10 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rogue
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
  - Michael Fich
8
+ - Kevin McLoughlin
9
+ - Wajid Kagzi
10
+ - Andrew Klotz
8
11
  autorequire:
9
12
  bindir: bin
10
13
  cert_chain: []
@@ -34,6 +37,9 @@ description: Rogue integrates seemlessly with Rails applications to allow develo
34
37
  to quickly scaffold a scheduling system.
35
38
  email:
36
39
  - michael@michaelfich.com
40
+ - kevinmcloughlin2010@gmail.com
41
+ - wjkagzi@gmail.com
42
+ - andrew.klotz@hotmail.com
37
43
  executables: []
38
44
  extensions: []
39
45
  extra_rdoc_files: []