geoptima 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
data/bin/show_geoptima CHANGED
@@ -8,7 +8,7 @@ require 'date'
8
8
  require 'geoptima'
9
9
  require 'geoptima/options'
10
10
 
11
- Geoptima::assert_version(">=0.1.16")
11
+ Geoptima::assert_version(">=0.1.18")
12
12
 
13
13
  $debug=false
14
14
 
@@ -8,7 +8,7 @@ require 'date'
8
8
  require 'geoptima'
9
9
  require 'geoptima/options'
10
10
 
11
- Geoptima::assert_version(">=0.1.16")
11
+ Geoptima::assert_version(">=0.1.18")
12
12
 
13
13
  $debug=false
14
14
 
data/lib/geoptima/data.rb CHANGED
@@ -50,6 +50,9 @@ module Geoptima
50
50
  @data_id_hashset = {}
51
51
  @name = options[:name] || dataset.name
52
52
  @events = []
53
+ initialize_tags
54
+ end
55
+ def initialize_tags
53
56
  case @trace_type
54
57
  when /ways/
55
58
  @ptag = 'wpt'
@@ -393,6 +396,7 @@ module Geoptima
393
396
  @name = dataset.name
394
397
  @data_id_hashset = {}
395
398
  @traces = []
399
+ initialize_tags
396
400
  end
397
401
  def tracename
398
402
  @tracename ||= "Merged-#{traces.length}-traces-#{traces[0]}"
@@ -1,6 +1,6 @@
1
1
  module Geoptima
2
2
 
3
- VERSION = "0.1.17"
3
+ VERSION = "0.1.18"
4
4
 
5
5
  class Version
6
6
  attr_reader :comparator, :version, :major, :minor, :patch
metadata CHANGED
@@ -1,65 +1,72 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: geoptima
3
- version: !ruby/object:Gem::Version
4
- hash: 57
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.18
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 1
9
- - 17
10
- version: 0.1.17
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Craig Taverner
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-12-13 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
12
+ date: 2013-01-07 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
21
15
  name: multi_json
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
24
17
  none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 19
29
- segments:
30
- - 1
31
- - 1
32
- - 0
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
33
21
  version: 1.1.0
34
22
  type: :runtime
35
- version_requirements: *id001
36
- - !ruby/object:Gem::Dependency
37
- name: json_pure
38
23
  prerelease: false
39
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 1.1.0
30
+ - !ruby/object:Gem::Dependency
31
+ name: json_pure
32
+ requirement: !ruby/object:Gem::Requirement
40
33
  none: false
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- hash: 5
45
- segments:
46
- - 1
47
- - 6
48
- - 5
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
49
37
  version: 1.6.5
50
38
  type: :runtime
51
- version_requirements: *id002
52
- description: |
53
- Geoptima is a suite of applications for measuring and locating mobile/cellular subscriber experience on GPS enabled smartphones.
54
- It is produced by AmanziTel AB in Helsingborg, Sweden, and supports many phone manufacturers, with free downloads from the
55
- various app stores, markets or marketplaces. This Ruby library is only capable of reading the JSON format files priduced by these phones
56
- and reformating them as CSV for further analysis in Excel. This is a simple and independent way of analysing the data, when
57
- compared to the full-featured analysis applications and servers available from AmanziTel. If you want to analyse a limited amount
58
- of data in excel, or with Ruby, then this GEM might be for you. If you want to analyse large amounts of data, from many subscribers, or over long periods of time
59
- then rather consider the NetView and Customer IQ applications from AmanziTel at www.amanzitel.com.
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: 1.6.5
46
+ description: ! 'Geoptima is a suite of applications for measuring and locating mobile/cellular
47
+ subscriber experience on GPS enabled smartphones.
48
+
49
+ It is produced by AmanziTel AB in Helsingborg, Sweden, and supports many phone manufacturers,
50
+ with free downloads from the
60
51
 
52
+ various app stores, markets or marketplaces. This Ruby library is only capable of
53
+ reading the JSON format files priduced by these phones
54
+
55
+ and reformating them as CSV for further analysis in Excel. This is a simple and
56
+ independent way of analysing the data, when
57
+
58
+ compared to the full-featured analysis applications and servers available from AmanziTel.
59
+ If you want to analyse a limited amount
60
+
61
+ of data in excel, or with Ruby, then this GEM might be for you. If you want to analyse
62
+ large amounts of data, from many subscribers, or over long periods of time
63
+
64
+ then rather consider the NetView and Customer IQ applications from AmanziTel at
65
+ www.amanzitel.com.
66
+
67
+ '
61
68
  email: craig@amanzi.com
62
- executables:
69
+ executables:
63
70
  - show_geoptima
64
71
  - geoptima_file_time
65
72
  - geoptima_file_time_stats
@@ -67,10 +74,9 @@ executables:
67
74
  - csv_stats
68
75
  - csv_merge
69
76
  extensions: []
70
-
71
- extra_rdoc_files:
77
+ extra_rdoc_files:
72
78
  - README.rdoc
73
- files:
79
+ files:
74
80
  - bin/show_geoptima_sos
75
81
  - bin/show_geoptima
76
82
  - bin/csv_chart
@@ -103,9 +109,8 @@ files:
103
109
  - geoptima.gemspec
104
110
  homepage: http://github.com/craigtaverner/geoptima.rb
105
111
  licenses: []
106
-
107
112
  post_install_message:
108
- rdoc_options:
113
+ rdoc_options:
109
114
  - --quiet
110
115
  - --title
111
116
  - Geoptima.rb
@@ -113,34 +118,24 @@ rdoc_options:
113
118
  - --main
114
119
  - README.rdoc
115
120
  - --inline-source
116
- require_paths:
121
+ require_paths:
117
122
  - lib
118
- required_ruby_version: !ruby/object:Gem::Requirement
123
+ required_ruby_version: !ruby/object:Gem::Requirement
119
124
  none: false
120
- requirements:
121
- - - ">="
122
- - !ruby/object:Gem::Version
123
- hash: 59
124
- segments:
125
- - 1
126
- - 8
127
- - 6
125
+ requirements:
126
+ - - ! '>='
127
+ - !ruby/object:Gem::Version
128
128
  version: 1.8.6
129
- required_rubygems_version: !ruby/object:Gem::Requirement
129
+ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  none: false
131
- requirements:
132
- - - ">="
133
- - !ruby/object:Gem::Version
134
- hash: 3
135
- segments:
136
- - 0
137
- version: "0"
131
+ requirements:
132
+ - - ! '>='
133
+ - !ruby/object:Gem::Version
134
+ version: '0'
138
135
  requirements: []
139
-
140
136
  rubyforge_project: geoptima
141
- rubygems_version: 1.8.15
137
+ rubygems_version: 1.8.24
142
138
  signing_key:
143
139
  specification_version: 3
144
140
  summary: Ruby access to Geoptima JSON files
145
141
  test_files: []
146
-