ffxiv-lodestone 0.9.5 → 0.9.6

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.
Files changed (3) hide show
  1. data/HISTORY +4 -0
  2. data/lib/ffxiv-lodestone.rb +2 -2
  3. metadata +4 -4
data/HISTORY CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.9.6 ==
2
+ * User agent is now Mozilla Firefox's string. This is because Square Enix needs to be dragged
3
+ kicking and screaming in to 2010.
4
+
1
5
  == 0.9.5 ==
2
6
  * :world is no longer a required argument when loading by name and searching.
3
7
  * User agent is now 'ffxiv-lodestone-VER (Ruby/RUBY-VER)'.
@@ -21,11 +21,11 @@ end
21
21
 
22
22
  module FFXIVLodestone
23
23
  # Gem version.
24
- VERSION = '0.9.5'
24
+ VERSION = '0.9.6'
25
25
 
26
26
  # Accept-language must be sent; their default is Japanese text.
27
27
  HTTP_OPTIONS = {'Accept-Language' => 'en-us,en;q=0.5', 'Accept-Charset' => 'utf-8;q=0.5',
28
- 'User-Agent' => "ffxiv-lodestone-#{FFXIVLodestone::VERSION} (Ruby/#{RUBY_VERSION})"}
28
+ 'User-Agent' => "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.08) Gecko/20100914 Firefox/3.6.10"}
29
29
 
30
30
  # Search page server IDs.
31
31
  SERVER_SEARCH_INDEXES = {:cornelia => 2, :kashuan => 3, :gysahl => 4, :mysidia => 5,
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffxiv-lodestone
3
3
  version: !ruby/object:Gem::Version
4
- hash: 49
4
+ hash: 55
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 5
10
- version: 0.9.5
9
+ - 6
10
+ version: 0.9.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - owlmanatt
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-27 00:00:00 +00:00
18
+ date: 2010-09-30 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency