australia_postcode 0.1.0 → 0.1.1

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.
@@ -0,0 +1,6 @@
1
+ module Australia
2
+ class Postcode
3
+ # The version of the australia_postcode gem. Whodathunkit
4
+ VERSION = "0.1.1"
5
+ end
6
+ end
@@ -56,7 +56,7 @@ module Australia
56
56
  end
57
57
 
58
58
  def cos(θ)
59
- Math.sin θ
59
+ Math.cos θ
60
60
  end
61
61
 
62
62
  def atan2(y, x)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: australia_postcode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -35,6 +35,7 @@ extra_rdoc_files: []
35
35
  files:
36
36
  - lib/australia_postcode.rb
37
37
  - lib/australia/postcode.rb
38
+ - lib/australia/postcode/version.rb
38
39
  - lib/australia/postcode/data.csv
39
40
  homepage: https://github.com/charliesome/australia_postcode
40
41
  licenses: []