viaggiatreno 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,11 +2,11 @@ require_relative 'RegExpMatchInfo'
2
2
 
3
3
  class ViaggiatrenoURLs
4
4
  @@SITE_INFO_MAIN =
5
- "http://mobile.viaggiatreno.it/viaggiatreno/mobile/numero?numeroTreno=" + \
5
+ "http://mobile.viaggiatreno.it/vt_pax_internet/mobile/numero?numeroTreno=" + \
6
6
  RegExpMatchInfo.STR_TRAIN_NUMBER_URL_REPLACE + \
7
7
  "&tipoRicerca=numero&lang=IT"
8
8
  @@SITE_INFO_DETAILS =
9
- "http://mobile.viaggiatreno.it/viaggiatreno/mobile/scheda?dettaglio=visualizza&numeroTreno=" + \
9
+ "http://mobile.viaggiatreno.it/vt_pax_internet/mobile/scheda?dettaglio=visualizza&numeroTreno=" + \
10
10
  RegExpMatchInfo.STR_TRAIN_NUMBER_URL_REPLACE + \
11
11
  "&tipoRicerca=numero&lang=IT"
12
12
 
@@ -1,4 +1,4 @@
1
1
  module Viaggiatreno
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viaggiatreno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-24 00:00:00.000000000 Z
12
+ date: 2013-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri