astro_calc 0.2.2 → 0.2.3

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: 721affb63018df5d5ef7bf5bb6e051310cafd9e6
4
- data.tar.gz: 6b48985b7283b3e6648ae76fd32375a0dff680d6
3
+ metadata.gz: 78d710da84395842dabec7d3ac0de7791ba8a071
4
+ data.tar.gz: 760bdedc548b5eac2f208e8a6b8b417928267983
5
5
  SHA512:
6
- metadata.gz: 7b1048452732b8f3f2a2e86fdc15ee0fa43d4b80bacfee6c9abd6ef51ff0823a4768479ee2dd309d5530c0a5ae21c1581157c14ed66b567b7ad65eb2c999f733
7
- data.tar.gz: 40f38b0b03b94ab573c6f3be00b63e5507a34a7a7aa13ee34d77f771b856845926ccefbb52199f5a8492f87cdd651bbdca45c53dd6e9b21f84ef9b57df591efb
6
+ metadata.gz: 152af051960ac0f2ddd7fd8f4acd92e5cec683c8ee279e47e65a15e825e09ffd756853451e22cf417a6ac2f5dcc38d54e69c33c6eff4ac1bd8dac8b2306ad71b
7
+ data.tar.gz: fa2ae5f5274da324ef2f4c275b1d9e46571c13aea340e5b9f419064368fcb8548b626e2bb97066b7e97f1f93376d69b0e9f8c2cac404d52da20e366f09f96273
data/lib/astro_calc.rb CHANGED
@@ -1,7 +1,8 @@
1
+ require "astro_calc/engine"
1
2
  require "astro_calc/version"
2
3
  require "astro_calc/moon_phases"
3
4
  require "astro_calc/telescopes"
4
5
 
5
6
  module AstroCalc
6
- # Your code goes here...
7
+ #
7
8
  end
@@ -0,0 +1,7 @@
1
+ module AstroCalc
2
+ class Engine < ::Rails::Engine
3
+ initializer 'astro_calc.load_static_assets' do |app|
4
+ app.middleware.use ::ActionDispatch::Static, "#{root}/vendor"
5
+ end
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module AstroCalc
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: astro_calc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reuben Mallaby
@@ -67,14 +67,15 @@ files:
67
67
  - LICENSE.txt
68
68
  - README.md
69
69
  - Rakefile
70
- - astro_calc-0.2.1.gem
71
70
  - astro_calc.gemspec
72
71
  - bin/console
73
72
  - bin/setup
74
73
  - lib/astro_calc.rb
74
+ - lib/astro_calc/engine.rb
75
75
  - lib/astro_calc/moon_phases.rb
76
76
  - lib/astro_calc/telescopes.rb
77
77
  - lib/astro_calc/version.rb
78
+ - vendor/assets/images/moon.png
78
79
  homepage: http://mallaby.me/projects/astro_calc
79
80
  licenses:
80
81
  - MIT
data/astro_calc-0.2.1.gem DELETED
Binary file