libfchat 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/libfchat/version.rb +1 -1
  2. metadata +2 -2
@@ -2,5 +2,5 @@ module Libfchat
2
2
  # We're doing this because we might write tests that deal
3
3
  # with other versions of Libfchat and we are unsure how to
4
4
  # handle this better.
5
- VERSION = "0.1.1" unless defined?(::Libfchat::VERSION)
5
+ VERSION = "0.1.2" unless defined?(::Libfchat::VERSION)
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libfchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,7 +68,7 @@ files:
68
68
  - lib/libfchat/version.rb
69
69
  - lib/libfchat/webapi.rb
70
70
  - test/webapi_test.rb
71
- homepage: http://github.com/jippen/libfchat
71
+ homepage: http://github.com/jippen/libfchat-ruby
72
72
  licenses:
73
73
  - MIT
74
74
  post_install_message: