dsander-reve 0.0.133.pre → 0.0.133

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,155 +1 @@
1
- Revision 61: 2008-01-13
2
- Please see http://revetrac.crudvision.com/log/trunk?action=stop_on_copy&rev=61&stop_rev=40&mode=stop_on_copy&verbose=on
3
- for ChangeLog
4
-
5
- Revision 41: 2007-12-19
6
- Add support for the nesting of Corporation under Alliance in
7
- Reve::API#alliances
8
- Added missing tests
9
-
10
- Revisions 31-37: December 2007
11
- Add support for version 2 API stuff.
12
-
13
- Revision 30: 2007-11-15
14
- Added initial support for the API version 2 CorporationSheet method.
15
-
16
- Revision 29: 2007-09-19
17
- Removed rolldocs.rake and just put the documentation building into the
18
- Rakefile. To build docs just use `rake doc`.
19
- Added some rescue statements the internal Reve::API#check_exception to try
20
- and handle problems when some things aren't found in the XML document.
21
-
22
- Revision 28: 2007-09-09
23
- Fixed typos that made the library, uh, not work.
24
-
25
- Revision 27: 2007-09-08 21:29:07 +0100 (Sat, 08 Sep 2007)
26
- Added preliminary support for the ConqurableStation API, see
27
- Reve::Clases::ConqurableStation class.
28
- Migrated subversion to a traditional trunk directory for my sanity. Expect
29
- future releases to also be in the tags directory.
30
-
31
- Revision 21: 2007-08-28 02:45 (Tue, 28 Augu 2007)
32
- Changed all methods to require a Hash of parameters. Please refer to the
33
- documentation <http://docs.crudvision.com/reve/> for new method signatures,
34
- especially Reve::API main documentation.
35
- Add a protected method 'compute_hash' which every other public method calls,
36
- using this new Hash parameter system, to construct a hash to represent the
37
- call uniquely. The result of this method should be suitable to store in a
38
- database so it can be used in conjunction with the cached_until variable.
39
- This hash is computed after each call and is available through the
40
- last_hash instance variable (like cached_until)
41
- Updated the test suite for these changes
42
-
43
- Revision 20: 2007-08-22 23:36:00 +0100 (Wed, 22 Aug 2007)
44
- Added this ChangeLog
45
-
46
- Revision 19: 2007-08-22 23:33:57 +0100 (Wed, 22 Aug 2007)
47
- docs in svn removed. Roll docs with rake -f rolldocs.rake doc
48
-
49
- Revision 18: 2007-08-21 09:19:16 +0100 (Tue, 21 Aug 2007)
50
- Add Reve::API.cached_until. Users of Reve PLEASE obey this setting! It will
51
- be set (overwritten) after each call and should be copied somewhere before
52
- another call is made.
53
- Change tester.rb to print the cached_until response for each test call.
54
- Change Reve::API#postfields to take a hash of post fields and change each
55
- Reve::API method accordingly.
56
-
57
- Revision 17: 2007-08-16 23:07:00 +0100 (Thu, 16 Aug 2007)
58
- RDoc update
59
-
60
- Revision 16: 2007-08-16 23:04:56 +0100 (Thu, 16 Aug 2007)
61
- Add preliminary support for Reve::API#starbases and Reve::API#starbase_fuel
62
- Modify Reve::API#postfields to allow for item_id for Reve::API#starbase_fuel
63
- Add Reve::Classes::Starbase and Reve::Classes::StarbaseFuel
64
- Add new exceptions: Reve::Exceptions::VersionMismatchException,
65
- Reve::Exceptions::InvalidItemIDProvided,
66
- Reve::Exceptions::MustBeDirectorOrCEO,
67
- Reve::Exceptions::StarbaseDetailFetchFailure,
68
- Reve::Exceptions::EveDatabaseConnectionFailure
69
-
70
- Revision 15: 2007-08-16 21:23:08 +0100 (Thu, 16 Aug 2007)
71
- Add Reve::Exceptions::VersionEscalationException
72
-
73
- Revision 14: 2007-08-15 21:58:20 +0100 (Wed, 15 Aug 2007)
74
- Fix badxml xml file to actually break it
75
- Fix class attributes in Reve::API (wallet transactions) to point to the right
76
- place
77
- Add a warning to Reve::Exceptions#raise_it for
78
- Reve::Exceptions::SecurityLevelNotHighEnough to warn the user that maybe
79
- they don't have the full API key
80
-
81
- Revision 13: 2007-08-14 22:36:50 +0100 (Tue, 14 Aug 2007)
82
- Global attempts to fix when to_time can be nil
83
- Add a check in Reve::Classes::WalletTransaction#new to check for the presence
84
- of character_id in the return data before trying to use it
85
-
86
- Revision 12: 2007-08-14 21:10:26 +0100 (Tue, 14 Aug 2007)
87
- Add a test for malformed XML input
88
- Subclass Reve::Classes::WalletTransaction for Personal and Corporate
89
- wallet transactions ('transactionFor' in the XML) as per
90
- http://myeve.eve-online.com/ingameboard.asp?a=topic&threadID=575626&page=1#1
91
- Removed characterID and characterName attributes frm WalletTransaction as
92
- per the above link
93
-
94
- Revision 11: 2007-08-10 22:13:46 +0100 (Fri, 10 Aug 2007)
95
- Add alliances test xml for test suite
96
-
97
- Revision 10: 2007-08-10 22:12:59 +0100 (Fri, 10 Aug 2007)
98
- Add a test suite
99
- Add Reve::Exceptions::WebsiteOffline
100
- Reve::Classes::WalletBalance.account_key now works
101
- Reve::Classes::CharacterSheet.skill_in_training is boolean (and now works)
102
- Reve::Classes::SkillTree.description now works
103
-
104
-
105
- Revision 9: 2007-08-07 07:22:42 +0100 (Tue, 07 Aug 2007)
106
- Add Reve::Exceptions::EveDatabaseOffline for when the Eve DB is offline
107
-
108
- Revision 8: 2007-08-01 22:30:57 +0100 (Wed, 01 Aug 2007)
109
- First tarball release
110
- Remove Curl dependency in favour of Ruby's built-in Net::HTTP
111
- Change Reve::API#postfields and Reve::API#process_query for Curl removal
112
- RDoc has inline source with line numbers
113
- Document existance of Reve::Classes::PrimaryAttribute,
114
- Reve::Classes::SecondaryAttribute, Reve::Classes::WillpowerEnhancer,
115
- Reve::Classes::IntelligenceEnhancer, Reve::Classes::MemoryEnhancer,
116
- Reve::Classes::PerceptionEnhancer, Reve::Classes::CharismaEnhancer
117
- Add Reve::Exceptions::ReveNetworkStatusException for when the network times
118
- out.
119
-
120
- Revision 7: 2007-08-01 19:28:52 +0100 (Wed, 01 Aug 2007)
121
- Finish the Reve::API#character_sheet method
122
- Add Reve::Classes::AttributeEnhancer (and IntelligenceEnhancer,
123
- MemoryEnhancer, PerceptionEnhancer, CharismaEnhancer and WillpowerEnhancer
124
- subclasses, for implants)
125
- Add enhancers (Array) attribute to Reve::Classes::CharacterSheet
126
- Add Reve::Extensions::String#to_i in an attempt to make an integer from a
127
- String when possible. See the docs for the method for details.
128
- Update RDoc
129
-
130
- Revision 6: 2007-08-01 08:04:33 +0100 (Wed, 01 Aug 2007)
131
- Remove some pretty print debug info.
132
-
133
- Revision 5: 2007-07-29 23:08:45 +0100 (Sun, 29 Jul 2007)
134
- Change Reve::Classes::Sovereignty to use nil (not 0) for alliance_id and
135
- faction_id where applicable.
136
-
137
- Revision 4: 2007-07-26 20:07:30 +0100 (Thu, 26 Jul 2007)
138
- Add Copyright notice
139
- More documentation with brief sample usage in the Reve::API class
140
- Change Reve::Extensions::String#to_date to use :utc instead of :local for
141
- conversions
142
-
143
- Revision 3: 2007-07-22 15:18:06 +0100 (Sun, 22 Jul 2007)
144
- Add better 'require reve' support ($:.unshift fun)
145
- Add Documentation (RDoc)
146
-
147
- Revision 2:2007-07-22 10:06:11 +0100 (Sun, 22 Jul 2007)
148
- Add sample "tester.rb"
149
- Add Reve::Classes::RequiredAttribute and Primary/Secondary subclass
150
- for skill_tree
151
- Change Reve::Classes::Alliance's attribute alliance_id to plain id
152
- Fix Reve::API.current_time assignment in Reve::API#check_exception
153
-
154
- Revision 1: 2007-07-22 02:02:33 +0100 (Sun, 22 Jul 2007)
155
- Initial Import
1
+ For a ChangeLog please refer to Github, https://github.com/lisa/reve/commits/master
data/Rakefile CHANGED
@@ -10,6 +10,7 @@ Rake::RDocTask.new("doc") { |rdoc|
10
10
  rdoc.title = 'Reve API Documentation'
11
11
  rdoc.options << '--line-numbers' << '--inline-source' << '--all'
12
12
  rdoc.rdoc_files.include('./ChangeLog')
13
+ rdoc.rdoc_files.include('./README.rdoc')
13
14
  rdoc.rdoc_files.include('*.rb')
14
15
  rdoc.rdoc_files.include('lib/**/*.rb')
15
16
  rdoc.rdoc_files.include('test/**/*')
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.133
data/lib/reve.rb CHANGED
@@ -3,7 +3,6 @@
3
3
  # Contributors at: http://github.com/lisa/reve/contributors
4
4
  # This library is licensed under the terms of the MIT license. For full text
5
5
  # see the LICENSE file distributed with this package.
6
- # (Also, send Raquel Smith some ISK if you would like to show appreciation ;-)
7
6
  #++
8
7
 
9
8
  begin
@@ -78,8 +77,8 @@ module Reve
78
77
  @@corporate_assets_url = 'http://api.eve-online.com/corp/AssetList.xml.aspx'
79
78
  @@personal_kills_url = 'http://api.eve-online.com/char/KillLog.xml.aspx'
80
79
  @@corporate_kills_url = 'http://api.eve-online.com/corp/KillLog.xml.aspx'
81
- @@character_id_url = 'http://api.eve-online.com/eve/CharacterID.xml.aspx' # ?names=CCP%20Garthagk,Raquel%20Smith
82
- @@character_name_url = 'http://api.eve-online.com/eve/CharacterName.xml.aspx' # ?ids=797400947,892008733
80
+ @@character_id_url = 'http://api.eve-online.com/eve/CharacterID.xml.aspx' # ?names=CCP%20Garthagk
81
+ @@character_name_url = 'http://api.eve-online.com/eve/CharacterName.xml.aspx' # ?ids=797400947
83
82
  @@personal_faction_war_stats_url= 'http://api.eve-online.com/char/FacWarStats.xml.aspx'
84
83
  @@corporate_faction_war_stats_url= 'http://api.eve-online.com/corp/FacWarStats.xml.aspx'
85
84
  @@general_faction_war_stats_url= 'http://api.eve-online.com/eve/FacWarStats.xml.aspx'
@@ -96,10 +95,8 @@ module Reve
96
95
  @@personal_mail_messages_url = 'http://api.eve-online.com/char/MailMessages.xml.aspx'
97
96
  @@personal_contacts_url = 'http://api.eve-online.com/char/ContactList.xml.aspx'
98
97
  @@corporate_contacts_url = 'http://api.eve-online.com/corp/ContactList.xml.aspx'
99
- # DO NOT USE THE FOLLOWING IN PRODUCTION
100
- # These methods will be available with Tyrannis 1.2 (current data is from the test server)
101
- @@account_status_url = 'http://apitest.eve-online.com/account/AccountStatus.xml.aspx'
102
- @@character_info_url = 'http://apitest.eve-online.com/eve/CharacterInfo.xml.aspx'
98
+ @@account_status_url = 'http://api.eve-online.com/account/AccountStatus.xml.aspx'
99
+ @@character_info_url = 'http://api.eve-online.com/eve/CharacterInfo.xml.aspx'
103
100
 
104
101
  cattr_accessor :character_sheet_url, :training_skill_url, :characters_url, :personal_wallet_journal_url,
105
102
  :corporate_wallet_journal_url, :personal_wallet_trans_url, :corporate_wallet_trans_url,
@@ -316,7 +313,15 @@ module Reve
316
313
  args = postfields(opts)
317
314
  h = compute_hash(args.merge(:url => @@corporate_contacts_url))
318
315
  return h if h
319
- process_query(Reve::Classes::PersonalContact, opts[:url] || @@corporate_contacts_url,false,args)
316
+ xml = process_query(nil, opts[:url] || @@corporate_contacts_url,true,args)
317
+ contacts = []
318
+ xml.search("/eveapi/result/rowset[@name='corporateContactList']/row").each do |corporate|
319
+ contacts << Reve::Classes::CorporateContact.new(corporate)
320
+ end
321
+ xml.search("/eveapi/result/rowset[@name='allianceContactList']/row").each do |alliance|
322
+ contacts << Reve::Classes::AllianceContact.new(alliance)
323
+ end
324
+ contacts
320
325
  end
321
326
 
322
327
  # Returns the SkillTree from
@@ -964,9 +969,6 @@ module Reve
964
969
  process_query(Reve::Classes::MailMessage, opts[:url] || @@personal_mail_messages_url,false,args)
965
970
  end
966
971
 
967
- # DO NOT USE THE FOLLOWING IN PRODUCTION
968
- # These methods will be available with Tyrannis 1.2 (current data is from the test server)
969
-
970
972
  # Gets the status of the selected account. Returns
971
973
  # Reve::Classes::AccountStatus
972
974
  def account_status(opts = {})
data/lib/reve/classes.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  # The author is not adverse to tokens of appreciation in the form of Eve ISK,
7
7
  # ships, and feedback. Please use
8
8
  # http://www.crudvision.com/reve-ruby-eve-online-api-library/ to provide
9
- # feedback or send ISK to Raquel Smith in Eve. :-)
9
+ # feedback
10
10
  #++
11
11
  module Reve #:nodoc:
12
12
  module Classes #:nodoc:
@@ -176,6 +176,7 @@ module Reve #:nodoc:
176
176
  end
177
177
 
178
178
  class CorporateContact < PersonalContact; end
179
+ class AllianceContact < PersonalContact; end
179
180
 
180
181
  # The status of a System with regards to a FactionWar. Who controls what
181
182
  # and what System is contested
@@ -6,7 +6,7 @@
6
6
  # The author is not adverse to tokens of appreciation in the form of Eve ISK,
7
7
  # ships, and feedback. Please use
8
8
  # http://www.crudvision.com/reve-ruby-eve-online-api-library/ to provide
9
- # feedback or send ISK to Raquel Smith in Eve. :-)
9
+ # feedback
10
10
  #++
11
11
  module Reve
12
12
  # Exceptions live here.
data/test/test_reve.rb CHANGED
@@ -306,13 +306,20 @@ class TestReve < Test::Unit::TestCase
306
306
  end
307
307
 
308
308
  def test_corporate_contacts_clean
309
- Reve::API.corporate_contacts_url = XML_BASE + 'char_contacts.xml'
309
+ Reve::API.corporate_contacts_url = XML_BASE + 'corp_contact.xml'
310
310
  contacts = @api.corporate_contacts
311
311
  assert_equal(2, contacts.length)
312
- assert_equal("Hirento Raikkanen", contacts.first.contact_name )
313
- assert_equal(3010913, contacts.first.contact_id )
312
+ assert_equal("CCP Garthagk", contacts.first.contact_name )
313
+ assert_equal(797400947, contacts.first.contact_id )
314
314
  assert_equal(false, contacts.first.in_watchlist )
315
- assert_equal(0, contacts.first.standing )
315
+ assert_equal(-10, contacts.first.standing )
316
+ assert_equal(Reve::Classes::CorporateContact, contacts.first.class )
317
+
318
+ assert_equal("CCP Garthagk", contacts.last.contact_name )
319
+ assert_equal(797400947, contacts.last.contact_id )
320
+ assert_equal(false, contacts.last.in_watchlist )
321
+ assert_equal(5, contacts.last.standing )
322
+ assert_equal(Reve::Classes::AllianceContact, contacts.last.class )
316
323
  end
317
324
 
318
325
  def test_faction_war_system_stats_clean(skip_preamble = false,stats = nil)
data/tester.rb CHANGED
@@ -4,8 +4,8 @@ require 'reve'
4
4
  # Create an instance of the API
5
5
  api = Reve::API.new
6
6
 
7
- fids = [ 797400947,892008733 ] # converting from these IDs
8
- fnames = [ 'CCP Garthagk', 'Raquel Smith' ] # converting from these names
7
+ fids = [ 797400947 ] # converting from these IDs
8
+ fnames = [ 'CCP Garthagk' ] # converting from these names
9
9
 
10
10
  ids = api.character_name({ :ids => fids })
11
11
  names = api.character_id({ :names => fnames })
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dsander-reve
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
8
  - 133
9
- - pre
10
- version: 0.0.133.pre
9
+ version: 0.0.133
11
10
  platform: ruby
12
11
  authors:
13
12
  - Lisa Seelye
@@ -22,6 +21,7 @@ dependencies:
22
21
  name: hpricot
23
22
  prerelease: false
24
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
@@ -41,6 +41,7 @@ extra_rdoc_files:
41
41
  - ChangeLog
42
42
  files:
43
43
  - LICENSE
44
+ - VERSION
44
45
  - Rakefile
45
46
  - init.rb
46
47
  - lib/reve.rb
@@ -50,6 +51,126 @@ files:
50
51
  - reve.rb
51
52
  - tester.rb
52
53
  - ChangeLog
54
+ - test/test_reve.rb
55
+ - test/xml/map_facwarsystems.xml
56
+ - test/xml/skill_queue.xml
57
+ - test/xml/errors/error_213.xml
58
+ - test/xml/errors/error_521.xml
59
+ - test/xml/errors/error_203.xml
60
+ - test/xml/errors/error_507.xml
61
+ - test/xml/errors/error_112.xml
62
+ - test/xml/errors/error_202.xml
63
+ - test/xml/errors/error_210.xml
64
+ - test/xml/errors/error_100.xml
65
+ - test/xml/errors/error_209.xml
66
+ - test/xml/errors/error_518.xml
67
+ - test/xml/errors/error_111.xml
68
+ - test/xml/errors/error_520.xml
69
+ - test/xml/errors/error_104.xml
70
+ - test/xml/errors/error_120.xml
71
+ - test/xml/errors/error_514.xml
72
+ - test/xml/errors/error_517.xml
73
+ - test/xml/errors/error_117.xml
74
+ - test/xml/errors/error_516.xml
75
+ - test/xml/errors/error_204.xml
76
+ - test/xml/errors/error_509.xml
77
+ - test/xml/errors/error_523.xml
78
+ - test/xml/errors/error_121.xml
79
+ - test/xml/errors/error_515.xml
80
+ - test/xml/errors/error_510.xml
81
+ - test/xml/errors/error_999.xml
82
+ - test/xml/errors/error_103.xml
83
+ - test/xml/errors/error_525.xml
84
+ - test/xml/errors/error_106.xml
85
+ - test/xml/errors/error_205.xml
86
+ - test/xml/errors/error_212.xml
87
+ - test/xml/errors/error_124.xml
88
+ - test/xml/errors/error_512.xml
89
+ - test/xml/errors/error_122.xml
90
+ - test/xml/errors/error_119.xml
91
+ - test/xml/errors/error_125.xml
92
+ - test/xml/errors/error_500.xml
93
+ - test/xml/errors/error_902.xml
94
+ - test/xml/errors/error_200.xml
95
+ - test/xml/errors/error_207.xml
96
+ - test/xml/errors/error_118.xml
97
+ - test/xml/errors/error_101.xml
98
+ - test/xml/errors/error_214.xml
99
+ - test/xml/errors/error_102.xml
100
+ - test/xml/errors/error_903.xml
101
+ - test/xml/errors/error_511.xml
102
+ - test/xml/errors/error_105.xml
103
+ - test/xml/errors/error_505.xml
104
+ - test/xml/errors/error_508.xml
105
+ - test/xml/errors/error_506.xml
106
+ - test/xml/errors/error_114.xml
107
+ - test/xml/errors/error_108.xml
108
+ - test/xml/errors/error_208.xml
109
+ - test/xml/errors/error_513.xml
110
+ - test/xml/errors/error_123.xml
111
+ - test/xml/errors/error_501.xml
112
+ - test/xml/errors/error_524.xml
113
+ - test/xml/errors/error_502.xml
114
+ - test/xml/errors/error_503.xml
115
+ - test/xml/errors/error_900.xml
116
+ - test/xml/errors/error_110.xml
117
+ - test/xml/errors/error_109.xml
118
+ - test/xml/errors/error_113.xml
119
+ - test/xml/errors/error_211.xml
120
+ - test/xml/errors/error_522.xml
121
+ - test/xml/errors/error_201.xml
122
+ - test/xml/errors/error_206.xml
123
+ - test/xml/errors/error_115.xml
124
+ - test/xml/errors/error_519.xml
125
+ - test/xml/errors/error_107.xml
126
+ - test/xml/errors/error_116.xml
127
+ - test/xml/errors/error_504.xml
128
+ - test/xml/errors/error_901.xml
129
+ - test/xml/corporate_wallet_transactions.xml
130
+ - test/xml/wallet_journal.xml
131
+ - test/xml/certificate_tree.xml
132
+ - test/xml/corp_medals.xml
133
+ - test/xml/industryjobs.xml
134
+ - test/xml/characterid.xml
135
+ - test/xml/alliances.xml
136
+ - test/xml/corporate_wallet_balance.xml
137
+ - test/xml/mailing_lists.xml
138
+ - test/xml/mapjumps.xml
139
+ - test/xml/skill_in_training-none.xml
140
+ - test/xml/corp_facwarstats.xml
141
+ - test/xml/starbases.xml
142
+ - test/xml/errors.xml
143
+ - test/xml/marketorders.xml
144
+ - test/xml/wallet_balance.xml
145
+ - test/xml/characters.xml
146
+ - test/xml/nonmember_corpsheet.xml
147
+ - test/xml/member_tracking.xml
148
+ - test/xml/char_medals.xml
149
+ - test/xml/sovereignty.xml
150
+ - test/xml/skill_in_training-amarr-titan.xml
151
+ - test/xml/mapkills.xml
152
+ - test/xml/corp_member_medals.xml
153
+ - test/xml/skilltree.xml
154
+ - test/xml/eve_facwartopstats.xml
155
+ - test/xml/server_status.xml
156
+ - test/xml/char_facwarstats.xml
157
+ - test/xml/charactername.xml
158
+ - test/xml/notifications.xml
159
+ - test/xml/kills.xml
160
+ - test/xml/market_transactions.xml
161
+ - test/xml/eve_facwarstats.xml
162
+ - test/xml/corporate_wallet_journal.xml
163
+ - test/xml/assets.xml
164
+ - test/xml/corporation_sheet.xml
165
+ - test/xml/mail_messages.xml
166
+ - test/xml/reftypes.xml
167
+ - test/xml/corporate_assets_list.xml
168
+ - test/xml/character_sheet.xml
169
+ - test/xml/badxml.xml
170
+ - test/xml/starbase_fuel.xml
171
+ - test/xml/corp_membersecurity.xml
172
+ - test/xml/conqurable_stations.xml
173
+ - test/xml/corporate_market_orders.xml
53
174
  has_rdoc: true
54
175
  homepage: http://github.com/lisa/reve
55
176
  licenses: []
@@ -60,6 +181,7 @@ rdoc_options:
60
181
  require_paths:
61
182
  - lib
62
183
  required_ruby_version: !ruby/object:Gem::Requirement
184
+ none: false
63
185
  requirements:
64
186
  - - ">="
65
187
  - !ruby/object:Gem::Version
@@ -67,6 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
189
  - 0
68
190
  version: "0"
69
191
  required_rubygems_version: !ruby/object:Gem::Requirement
192
+ none: false
70
193
  requirements:
71
194
  - - ">="
72
195
  - !ruby/object:Gem::Version
@@ -76,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
199
  requirements: []
77
200
 
78
201
  rubyforge_project: reve
79
- rubygems_version: 1.3.6
202
+ rubygems_version: 1.3.7
80
203
  signing_key:
81
204
  specification_version: 3
82
205
  summary: Reve is a Ruby library to interface with the Eve Online API