astronomy_engine 0.2.8 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +27 -23
- data/lib/astronomy_engine/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84e8c84607e8bfd639e4a23a984ece064684b3a8
|
4
|
+
data.tar.gz: 3de6945919719090f81571ae7054411c9b21877a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 08f920b3bc560e3370ec4b03c08fee6191d3ebc76e0c80e78256b0cf9b77fb3ee7dd4b166fb7d5fca4cf624374228b8335739d6d82ab993539d544df323a4af3
|
7
|
+
data.tar.gz: c718db10c4a9cf9b1c547bc729dc1fbc802158867d54a63abf006402ebc9c591bd0577a71323260d2099af8706b7466a5b370fb619e682a15cfccdcc41f70c2c
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
astronomy_engine (0.
|
4
|
+
astronomy_engine (0.3.0)
|
5
5
|
astronomy (~> 0.2)
|
6
6
|
sinatra (~> 1.4)
|
7
7
|
sinatra-assetpack (~> 0.3)
|
@@ -10,45 +10,46 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
astronomy (0.
|
14
|
-
backports (3.6.
|
13
|
+
astronomy (0.3.0)
|
14
|
+
backports (3.6.8)
|
15
15
|
diff-lcs (1.2.5)
|
16
16
|
jsmin (1.0.1)
|
17
|
-
multi_json (1.
|
18
|
-
rack (1.6.
|
17
|
+
multi_json (1.12.1)
|
18
|
+
rack (1.6.5)
|
19
19
|
rack-protection (1.5.3)
|
20
20
|
rack
|
21
21
|
rack-test (0.6.3)
|
22
22
|
rack (>= 1.0)
|
23
|
-
rake (10.
|
24
|
-
rspec (3.
|
25
|
-
rspec-core (~> 3.
|
26
|
-
rspec-expectations (~> 3.
|
27
|
-
rspec-mocks (~> 3.
|
28
|
-
rspec-core (3.
|
29
|
-
rspec-support (~> 3.
|
30
|
-
rspec-expectations (3.
|
23
|
+
rake (10.5.0)
|
24
|
+
rspec (3.5.0)
|
25
|
+
rspec-core (~> 3.5.0)
|
26
|
+
rspec-expectations (~> 3.5.0)
|
27
|
+
rspec-mocks (~> 3.5.0)
|
28
|
+
rspec-core (3.5.4)
|
29
|
+
rspec-support (~> 3.5.0)
|
30
|
+
rspec-expectations (3.5.0)
|
31
31
|
diff-lcs (>= 1.2.0, < 2.0)
|
32
|
-
rspec-support (~> 3.
|
33
|
-
rspec-mocks (3.
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
32
|
+
rspec-support (~> 3.5.0)
|
33
|
+
rspec-mocks (3.5.0)
|
34
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
+
rspec-support (~> 3.5.0)
|
36
|
+
rspec-support (3.5.0)
|
37
|
+
sinatra (1.4.7)
|
38
|
+
rack (~> 1.5)
|
38
39
|
rack-protection (~> 1.4)
|
39
|
-
tilt (
|
40
|
-
sinatra-assetpack (0.3.
|
40
|
+
tilt (>= 1.3, < 3)
|
41
|
+
sinatra-assetpack (0.3.5)
|
41
42
|
jsmin
|
42
43
|
rack-test
|
43
44
|
sinatra
|
44
45
|
tilt (>= 1.3.0, < 2.0)
|
45
|
-
sinatra-contrib (1.4.
|
46
|
+
sinatra-contrib (1.4.7)
|
46
47
|
backports (>= 2.0)
|
47
48
|
multi_json
|
48
49
|
rack-protection
|
49
50
|
rack-test
|
50
51
|
sinatra (~> 1.4.0)
|
51
|
-
tilt (
|
52
|
+
tilt (>= 1.3, < 3)
|
52
53
|
tilt (1.4.1)
|
53
54
|
|
54
55
|
PLATFORMS
|
@@ -59,3 +60,6 @@ DEPENDENCIES
|
|
59
60
|
bundler (~> 1.7)
|
60
61
|
rake (~> 10.0)
|
61
62
|
rspec (~> 3.0)
|
63
|
+
|
64
|
+
BUNDLED WITH
|
65
|
+
1.11.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: astronomy_engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Aschenbach
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
version: '0'
|
153
153
|
requirements: []
|
154
154
|
rubyforge_project:
|
155
|
-
rubygems_version: 2.
|
155
|
+
rubygems_version: 2.6.8
|
156
156
|
signing_key:
|
157
157
|
specification_version: 4
|
158
158
|
summary: A light weight, mountable engine for the 'astronomy' gem
|