libfchat 0.1.1 → 0.1.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.
- data/lib/libfchat/version.rb +1 -1
- metadata +2 -2
data/lib/libfchat/version.rb
CHANGED
@@ -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.
|
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.
|
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:
|