neweden 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/Rakefile +1 -10
- data/VERSION +1 -1
- data/neweden.gemspec +3 -1
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -18,6 +18,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "http://github.com/ealdent/neweden"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Ruby library for accessing Eve Online API}
|
|
21
|
+
gem.description = %Q{Ruby library for accessing Eve Online API}
|
|
21
22
|
gem.email = "jasonmadams@gmail.com"
|
|
22
23
|
gem.authors = ["Jason Adams"]
|
|
23
24
|
# dependencies defined in Gemfile
|
|
@@ -32,13 +33,3 @@ Rake::TestTask.new(:test) do |test|
|
|
|
32
33
|
end
|
|
33
34
|
|
|
34
35
|
task :default => :test
|
|
35
|
-
|
|
36
|
-
require 'rake/rdoctask'
|
|
37
|
-
Rake::RDocTask.new do |rdoc|
|
|
38
|
-
version = File.exist?('VERSION') ? File.read('VERSION') : ""
|
|
39
|
-
|
|
40
|
-
rdoc.rdoc_dir = 'rdoc'
|
|
41
|
-
rdoc.title = "neweden #{version}"
|
|
42
|
-
rdoc.rdoc_files.include('README*')
|
|
43
|
-
rdoc.rdoc_files.include('lib/**/*.rb')
|
|
44
|
-
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/neweden.gemspec
CHANGED
|
@@ -5,11 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "neweden"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jason Adams"]
|
|
12
12
|
s.date = "2012-05-05"
|
|
13
|
+
s.description = "Ruby library for accessing Eve Online API"
|
|
13
14
|
s.email = "jasonmadams@gmail.com"
|
|
14
15
|
s.extra_rdoc_files = [
|
|
15
16
|
"LICENSE.txt",
|
|
@@ -29,6 +30,7 @@ Gem::Specification.new do |s|
|
|
|
29
30
|
"lib/neweden/account.rb",
|
|
30
31
|
"lib/neweden/api.rb",
|
|
31
32
|
"lib/neweden/character.rb",
|
|
33
|
+
"lib/neweden/connection.rb",
|
|
32
34
|
"lib/neweden/corporation.rb",
|
|
33
35
|
"lib/neweden/errors.rb",
|
|
34
36
|
"lib/neweden/eve.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neweden
|
|
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:
|
|
@@ -123,7 +123,7 @@ dependencies:
|
|
|
123
123
|
- - ! '>='
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: '0'
|
|
126
|
-
description:
|
|
126
|
+
description: Ruby library for accessing Eve Online API
|
|
127
127
|
email: jasonmadams@gmail.com
|
|
128
128
|
executables: []
|
|
129
129
|
extensions: []
|
|
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
173
173
|
version: '0'
|
|
174
174
|
segments:
|
|
175
175
|
- 0
|
|
176
|
-
hash:
|
|
176
|
+
hash: 3442815930173671628
|
|
177
177
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
178
178
|
none: false
|
|
179
179
|
requirements:
|