lita-xkcd 0.0.1 → 0.0.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +6 -0
  3. data/lita-xkcd.gemspec +4 -4
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef72e6c0506249e490b9347d66d09386e089d2db
4
- data.tar.gz: 2ab0905661148004c4636382fb3a5fee202cf799
3
+ metadata.gz: de1a45048402927dec2b93be2d263e76e49ad17a
4
+ data.tar.gz: 19e5723bc90901840e962c12eed56d1aa5957464
5
5
  SHA512:
6
- metadata.gz: f1d58092a957103db179f7da33351bbd089b8dcd0c562e3dce3f929ee0f394c42c264050170b56907136862f74998fd98382d6c7d02db984ce62f057b47fe47c
7
- data.tar.gz: 9931a402da5baf49ad3456783d35a748791475324f31ad17517644e6a0be870f57eae85b86984a22f85c4c55afbcd941ee6a047ff4012a7d1b8868cfae778c1a
6
+ metadata.gz: 570f7ee1d638814d594f841357fa9734cf358c9053e1abebac5a35b199318165752718886355bab541f76d32b505a6e2213ef9f92b1a23fe812a64164c954a60
7
+ data.tar.gz: bd36e7a5c88a02855438d7db197c3adc0f5e63355241774bf20f0eeb19a2b8677af0d56bb364d6bdac59a33bf0ded1cd857461b6330e02bb7af1953ec6fe08d0
@@ -0,0 +1,6 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.0.0
4
+ script: bundle exec rspec
5
+ before_install:
6
+ - gem update --system
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-xkcd"
3
- spec.version = "0.0.1"
3
+ spec.version = "0.0.2"
4
4
  spec.authors = ["Mitch Dempsey"]
5
5
  spec.email = ["mrdempsey@gmail.com"]
6
- spec.description = %q{Adds a Lita handler to provide access to xkcd comics}
7
- spec.summary = %q{Adds a Lita handler to provide access to xkcd comics}
8
- spec.homepage = "https://github.com/webdestroya/lita-excuses"
6
+ spec.description = %q{Adds a Lita handler to provide access to xkcd comics.}
7
+ spec.summary = %q{Adds a Lita handler to provide access to xkcd comics.}
8
+ spec.homepage = "https://github.com/webdestroya/lita-xkcd"
9
9
  spec.license = "MIT"
10
10
 
11
11
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-xkcd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitch Dempsey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-23 00:00:00.000000000 Z
11
+ date: 2013-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Adds a Lita handler to provide access to xkcd comics
97
+ description: Adds a Lita handler to provide access to xkcd comics.
98
98
  email:
99
99
  - mrdempsey@gmail.com
100
100
  executables: []
@@ -103,6 +103,7 @@ extra_rdoc_files: []
103
103
  files:
104
104
  - .gitignore
105
105
  - .ruby-version
106
+ - .travis.yml
106
107
  - Gemfile
107
108
  - LICENSE
108
109
  - README.md
@@ -112,7 +113,7 @@ files:
112
113
  - lita-xkcd.gemspec
113
114
  - spec/lita/handlers/xkcd_spec.rb
114
115
  - spec/spec_helper.rb
115
- homepage: https://github.com/webdestroya/lita-excuses
116
+ homepage: https://github.com/webdestroya/lita-xkcd
116
117
  licenses:
117
118
  - MIT
118
119
  metadata: {}
@@ -135,7 +136,7 @@ rubyforge_project:
135
136
  rubygems_version: 2.0.7
136
137
  signing_key:
137
138
  specification_version: 4
138
- summary: Adds a Lita handler to provide access to xkcd comics
139
+ summary: Adds a Lita handler to provide access to xkcd comics.
139
140
  test_files:
140
141
  - spec/lita/handlers/xkcd_spec.rb
141
142
  - spec/spec_helper.rb