airdata 0.3.2 → 0.4.0

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YTdkYjUxMWRiODFlNTRjNDM3MzllZGYyMmNlNDBlYmE1Y2Y2ZDU3NA==
5
- data.tar.gz: !binary |-
6
- MDYyYzgwNjIyYjNmZjk0MWE5OWMxODg5NjY5Y2ZiYzNmZjhmOTk1Mw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- Njk0MGIwMmZjNWE1NTlhOTg3MGI2YTNjYWUyNzFmOTY3OWE4OWMzMThjYTVh
10
- N2FhNDI0YmVkZGFjODc1MmUxOWYwYzhiODdhZGE3MDBhZDY3Y2EyZGZiMjk0
11
- ZDZmNTI2ZGE4OTAwODZjYWU3NDVhN2JmNThiZWJhNjk3ZDUzMjU=
12
- data.tar.gz: !binary |-
13
- MjdiZDJlNDEwZDI0Mzk4ZWU0NTQ1MzRmOWM3YzU2NDg0NTIwM2IzOGJmNzQy
14
- MWM1OWE3ODQ1OWE2NjYyNmQ5NDlkM2YyNjUyNmFiYmYxMWI4NTMyNDIyMmNj
15
- MmNkMmZmMzQ5MDU2YjY2M2Q4MjFlYmE5ODk2ZmExMTBlYzdjNjY=
2
+ SHA1:
3
+ metadata.gz: f17f7361ce939bc384104dfcdc6419fdfc707739
4
+ data.tar.gz: be3bc62201fd7132087c7c813e62073922d0c37b
5
+ SHA512:
6
+ metadata.gz: 11577f6441f52cedf32af4cd3fc8e5de804360b401d668bb23661b1aebd4faf2c8c5a62906f93718897bec392bf1338466b8352db4edb4124f2ac3938aaa40dc
7
+ data.tar.gz: cabd3e2effc6394f7cea8d8bd9322c3b7ed38a3eb1a41996a70bd5b8131f36b9164f42e6e574709b3d4ce9ff48c97d68d8d73cf26149d240727b06374e5a4882
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Rails engine for adding aviation related models and data to a web application.
4
4
 
5
+ **Compatible with Rails 4.0**
6
+
5
7
  It will add 3 Active Record models to your rails application: `Airports`, `Runways`
6
8
  and `Waypoints` (including Navaids). It will add the corresponding database
7
9
  structure (migrations) and finally it will populate the corresponding tables of
@@ -22,7 +24,7 @@ and shall not be used for real world navigation and flight as it is unlawful and
22
24
  Add this gem AND the `activerecord-import` gem to your application's Gemfile:
23
25
 
24
26
  gem 'airdata'
25
- gem "activerecord-import", "~> 0.3.0" # Required for the data import
27
+ gem "activerecord-import", "~> 0.4.1" # Required for the data import
26
28
 
27
29
  And then execute:
28
30
 
@@ -195,6 +197,10 @@ rake airdata:update # Removes old Airdata and installs latest avail
195
197
 
196
198
  ## Changelog
197
199
 
200
+ ### v. 0.4.0, 30 Aug 2013
201
+
202
+ * rails 4 compatibility
203
+
198
204
  ### v. 0.3.2, 15 June 2013
199
205
 
200
206
  * updated dependencies and data
@@ -1,3 +1,3 @@
1
1
  module Airdata
2
- VERSION = "0.3.2"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -4,3 +4,8 @@ Connecting to database specified by database.yml
4
4
  Connecting to database specified by database.yml
5
5
   (0.3ms) begin transaction
6
6
   (0.0ms) rollback transaction
7
+  (0.2ms) begin transaction
8
+ -----------------------
9
+ AirdataTest: test_truth
10
+ -----------------------
11
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Svilen Vassilev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-15 00:00:00.000000000 Z
11
+ date: 2013-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.13
19
+ version: 4.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 3.2.13
26
+ version: 4.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: curb
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -40,30 +40,44 @@ dependencies:
40
40
  version: 0.8.4
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: activerecord-import
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: 0.4.1
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: 0.4.1
55
+ - !ruby/object:Gem::Dependency
56
+ name: protected_attributes
43
57
  requirement: !ruby/object:Gem::Requirement
44
58
  requirements:
45
59
  - - ~>
46
60
  - !ruby/object:Gem::Version
47
- version: 0.3.1
61
+ version: 1.0.3
48
62
  type: :runtime
49
63
  prerelease: false
50
64
  version_requirements: !ruby/object:Gem::Requirement
51
65
  requirements:
52
66
  - - ~>
53
67
  - !ruby/object:Gem::Version
54
- version: 0.3.1
68
+ version: 1.0.3
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: sqlite3
57
71
  requirement: !ruby/object:Gem::Requirement
58
72
  requirements:
59
- - - ! '>='
73
+ - - '>='
60
74
  - !ruby/object:Gem::Version
61
75
  version: '0'
62
76
  type: :development
63
77
  prerelease: false
64
78
  version_requirements: !ruby/object:Gem::Requirement
65
79
  requirements:
66
- - - ! '>='
80
+ - - '>='
67
81
  - !ruby/object:Gem::Version
68
82
  version: '0'
69
83
  description: Rails engine for adding aviation related models and data to your web
@@ -147,12 +161,12 @@ require_paths:
147
161
  - lib
148
162
  required_ruby_version: !ruby/object:Gem::Requirement
149
163
  requirements:
150
- - - ! '>='
164
+ - - '>='
151
165
  - !ruby/object:Gem::Version
152
166
  version: '0'
153
167
  required_rubygems_version: !ruby/object:Gem::Requirement
154
168
  requirements:
155
- - - ! '>='
169
+ - - '>='
156
170
  - !ruby/object:Gem::Version
157
171
  version: '0'
158
172
  requirements: []