rats 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,7 @@
1
- require 'rubygems'
2
- require 'spec'
1
+ require 'rspec'
3
2
 
4
- $:.unshift(File.dirname(__FILE__) + '/../lib')
5
- require 'rats'
6
- include Rats
3
+ require_relative '../lib/rats'
7
4
 
8
- Spec::Runner.configure do |config|
9
-
5
+ RSpec.configure do |config|
10
6
  config.mock_with :mocha
11
-
12
7
  end
metadata CHANGED
@@ -1,34 +1,43 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rats
3
- version: !ruby/object:Gem::Version
4
- version: 0.4.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0
5
5
  platform: ruby
6
- authors:
7
- - Mark G
6
+ authors:
7
+ - Mark Gangl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
-
12
- date: 2011-01-26 00:00:00 -05:00
13
- default_executable:
14
- dependencies: []
15
-
11
+ date: 2014-01-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
16
27
  description: A ruby class to help with using the Alberta Township System
17
- email: rats@attackcorp.com
28
+ email:
29
+ - mark@attackcorp.com
18
30
  executables: []
19
-
20
31
  extensions: []
21
-
22
- extra_rdoc_files:
23
- - LICENSE
24
- - README.rdoc
25
- files:
26
- - .document
32
+ extra_rdoc_files: []
33
+ files:
27
34
  - .gitignore
35
+ - .rspec
36
+ - .travis.yml
37
+ - Gemfile
28
38
  - LICENSE
29
- - README.rdoc
39
+ - README.md
30
40
  - Rakefile
31
- - VERSION
32
41
  - lib/rats.rb
33
42
  - lib/rats/base.rb
34
43
  - lib/rats/boundaries.rb
@@ -39,6 +48,7 @@ files:
39
48
  - lib/rats/data/range.rb
40
49
  - lib/rats/data/section.rb
41
50
  - lib/rats/data/township.rb
51
+ - lib/rats/version.rb
42
52
  - rats.gemspec
43
53
  - spec/data/data_spec.rb
44
54
  - spec/data/meridian_spec.rb
@@ -47,37 +57,32 @@ files:
47
57
  - spec/data/section_spec.rb
48
58
  - spec/data/township_spec.rb
49
59
  - spec/rats_spec.rb
50
- - spec/spec.opts
51
60
  - spec/spec_helper.rb
52
- has_rdoc: true
53
61
  homepage: http://github.com/attack/rats
54
- licenses: []
55
-
62
+ licenses:
63
+ - MIT
64
+ metadata: {}
56
65
  post_install_message:
57
- rdoc_options:
58
- - --charset=UTF-8
59
- require_paths:
66
+ rdoc_options: []
67
+ require_paths:
60
68
  - lib
61
- required_ruby_version: !ruby/object:Gem::Requirement
62
- requirements:
63
- - - ">="
64
- - !ruby/object:Gem::Version
65
- version: "0"
66
- version:
67
- required_rubygems_version: !ruby/object:Gem::Requirement
68
- requirements:
69
- - - ">="
70
- - !ruby/object:Gem::Version
71
- version: "0"
72
- version:
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ! '>='
72
+ - !ruby/object:Gem::Version
73
+ version: 1.9.2
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ! '>='
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
73
79
  requirements: []
74
-
75
80
  rubyforge_project:
76
- rubygems_version: 1.3.5
81
+ rubygems_version: 2.2.0
77
82
  signing_key:
78
- specification_version: 3
83
+ specification_version: 4
79
84
  summary: A ruby class to help with using the Alberta Township System
80
- test_files:
85
+ test_files:
81
86
  - spec/data/data_spec.rb
82
87
  - spec/data/meridian_spec.rb
83
88
  - spec/data/quarter_spec.rb
data/.document DELETED
@@ -1,5 +0,0 @@
1
- README.rdoc
2
- lib/**/*.rb
3
- bin/*
4
- features/**/*.feature
5
- LICENSE
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.4.1
@@ -1 +0,0 @@
1
- --color