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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51fa13df50440a07e62319f5ee3ce5c649e46494
4
- data.tar.gz: b2770d481bbfecaacab2b50dd3304feee4854798
3
+ metadata.gz: 84e8c84607e8bfd639e4a23a984ece064684b3a8
4
+ data.tar.gz: 3de6945919719090f81571ae7054411c9b21877a
5
5
  SHA512:
6
- metadata.gz: 43cc324da6990583cef4bfeea038d213a8c06e74313a75bb1334bc73d69cb350936d93ae690b4887fc16394592a82c6f925722ee6b84b1aa0b6a70e0c8917c3e
7
- data.tar.gz: 52580ce2dc29e3fe545d005aab88bf9ee414f5ea354a4baee75aa1e9a27f9f4dbbe6b7a0fdc48ae1a07c5d9f9ec9de67a3dd01c5738c13c8fe31f93954a6ca55
6
+ metadata.gz: 08f920b3bc560e3370ec4b03c08fee6191d3ebc76e0c80e78256b0cf9b77fb3ee7dd4b166fb7d5fca4cf624374228b8335739d6d82ab993539d544df323a4af3
7
+ data.tar.gz: c718db10c4a9cf9b1c547bc729dc1fbc802158867d54a63abf006402ebc9c591bd0577a71323260d2099af8706b7466a5b370fb619e682a15cfccdcc41f70c2c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- astronomy_engine (0.2.7)
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.2.8)
14
- backports (3.6.4)
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.10.1)
18
- rack (1.6.0)
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.4.2)
24
- rspec (3.1.0)
25
- rspec-core (~> 3.1.0)
26
- rspec-expectations (~> 3.1.0)
27
- rspec-mocks (~> 3.1.0)
28
- rspec-core (3.1.7)
29
- rspec-support (~> 3.1.0)
30
- rspec-expectations (3.1.2)
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.1.0)
33
- rspec-mocks (3.1.3)
34
- rspec-support (~> 3.1.0)
35
- rspec-support (3.1.2)
36
- sinatra (1.4.5)
37
- rack (~> 1.4)
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 (~> 1.3, >= 1.3.4)
40
- sinatra-assetpack (0.3.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.2)
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 (~> 1.3)
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
@@ -1,3 +1,3 @@
1
1
  module AstronomyEngine
2
- VERSION = '0.2.8'
2
+ VERSION = '0.3.0'
3
3
  end
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.2.8
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: 2015-02-06 00:00:00.000000000 Z
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.4.5
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