lita-livenation 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lita/handlers/livenation.rb +1 -1
- data/lita-livenation.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b02ff99c1ac46c172ac3a8e1eab418770eef2a1a
|
4
|
+
data.tar.gz: cabb8be3580d1c051d5afb82906e69cc6a6648e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3d4d02fe42423a546126f81051080b47f8c644f5ca25033c57c0e390f4b937403f9f1c698e0254e037e852fe5b2ee8905b523106684a4850dcda8a2099788e5
|
7
|
+
data.tar.gz: 995a80cabdd43d06bd99468c5522f1731f8ea4f5f56f3cf227661ba653be82d91a697e4252ebf8210985281f2209a88958755b848a983d14c06d55c4e12b57a3
|
data/lita-livenation.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "lita-livenation"
|
3
|
-
spec.version = "0.0.
|
3
|
+
spec.version = "0.0.3"
|
4
4
|
spec.authors = ["Peter Tran"]
|
5
5
|
spec.email = ["peter@livenationlabs.com"]
|
6
6
|
spec.description = %q{Plugin for Lita that responds to standup with a zoom link.}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lita-livenation
|
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
|
- Peter Tran
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lita
|