heathen-client 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/heathen-client.gemspec +3 -3
- data/lib/heathen/client/version.rb +1 -1
- metadata +5 -5
data/heathen-client.gemspec
CHANGED
@@ -6,11 +6,11 @@ require 'heathen/client/version'
|
|
6
6
|
Gem::Specification.new do |gem|
|
7
7
|
gem.name = "heathen-client"
|
8
8
|
gem.version = Heathen::Client::VERSION
|
9
|
-
gem.authors = [ "
|
10
|
-
gem.email = [ "
|
9
|
+
gem.authors = [ "IFAD" ]
|
10
|
+
gem.email = [ "ifaddevteam@gmail.com" ]
|
11
11
|
gem.description = %q{ A client for the Heathen server. Convert & download. }
|
12
12
|
gem.summary = %q{ A client for the Heathen server. }
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "https://github.com/ifad/heathen-client"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heathen-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- IFAD
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: yajl-ruby
|
@@ -45,7 +45,7 @@ dependencies:
|
|
45
45
|
version: 1.6.7
|
46
46
|
description: ! ' A client for the Heathen server. Convert & download. '
|
47
47
|
email:
|
48
|
-
-
|
48
|
+
- ifaddevteam@gmail.com
|
49
49
|
executables: []
|
50
50
|
extensions: []
|
51
51
|
extra_rdoc_files: []
|
@@ -60,7 +60,7 @@ files:
|
|
60
60
|
- lib/heathen/client/interface.rb
|
61
61
|
- lib/heathen/client/response.rb
|
62
62
|
- lib/heathen/client/version.rb
|
63
|
-
homepage:
|
63
|
+
homepage: https://github.com/ifad/heathen-client
|
64
64
|
licenses: []
|
65
65
|
post_install_message:
|
66
66
|
rdoc_options: []
|