RailGem 0.0.3 → 0.0.5

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.
Files changed (2) hide show
  1. data/lib/RailCalc.rb +2 -2
  2. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  require 'ierail'
2
2
  require 'json'
3
- module RailCalc
3
+ module RailGem
4
4
  Class Calc
5
5
  def self.setupLoc(lat1, long1)
6
6
  @lat = lat1
@@ -55,7 +55,7 @@ Class Calc
55
55
 
56
56
  end
57
57
  @times = timesHash
58
- puts "load #{@times.to_json}"
58
+ #puts "load #{@times.to_json}"
59
59
  #puts "load #{times}"
60
60
  #puts "load #{timesHash}"
61
61
  #############################
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RailGem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,7 +34,7 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/RailCalc.rb
37
- homepage: http://rubygems.org/gems/Railgem
37
+ homepage: http://rubygems.org/gems/RailGem
38
38
  licenses: []
39
39
  post_install_message:
40
40
  rdoc_options: []