camper_van 0.0.8 → 0.0.9

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- camper_van (0.0.8)
4
+ camper_van (0.0.9)
5
5
  eventmachine (~> 0.12.10)
6
6
  firering (~> 1.2.0)
7
7
  logging (~> 1.5.1)
data/camper_van.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = CamperVan::VERSION
8
8
  s.authors = ["Nathan Witmer"]
9
9
  s.email = ["nwitmer@gmail.com"]
10
- s.homepage = "https://github.com/aniero/camper_van"
10
+ s.homepage = "https://github.com/zerowidth/camper_van"
11
11
  s.summary = %q{An IRC to Campfire bridge}
12
12
  s.description = %q{An IRC to Campfire bridge for IRC-based access to campfire chatrooms}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module CamperVan
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camper_van
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-28 00:00:00.000000000 Z
12
+ date: 2013-05-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine
@@ -130,7 +130,7 @@ files:
130
130
  - spec/camper_van/server_spec.rb
131
131
  - spec/camper_van/user_spec.rb
132
132
  - spec/spec_helper.rb
133
- homepage: https://github.com/aniero/camper_van
133
+ homepage: https://github.com/zerowidth/camper_van
134
134
  licenses: []
135
135
  post_install_message:
136
136
  rdoc_options: []
@@ -150,10 +150,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  segments:
152
152
  - 0
153
- hash: -3050987797857657263
153
+ hash: 1820978099192572136
154
154
  requirements: []
155
155
  rubyforge_project: camper_van
156
- rubygems_version: 1.8.25
156
+ rubygems_version: 1.8.23
157
157
  signing_key:
158
158
  specification_version: 3
159
159
  summary: An IRC to Campfire bridge