mountain-goat 1.0.4 → 1.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.
data/.gitignore CHANGED
@@ -1,3 +1,5 @@
1
1
  .svn
2
2
  .DS_Store
3
- .tmp
3
+ .tmp
4
+ rb~
5
+ ~
@@ -181,7 +181,7 @@ module MgCore
181
181
  options.each do |k, v|
182
182
  if k.to_s =~ /^test_(\w+)$/i
183
183
  options.delete k
184
- tests.merge!({ $1, v })
184
+ tests.merge!({ $1 => v })
185
185
  end
186
186
  end
187
187
 
@@ -1,3 +1,3 @@
1
1
  class MountainGoat
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mountain-goat
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 4
10
- version: 1.0.4
9
+ - 5
10
+ version: 1.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Geoffrey Hayes
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-10-13 00:00:00 -07:00
19
+ date: 2012-02-20 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -62,7 +62,6 @@ extra_rdoc_files: []
62
62
 
63
63
  files:
64
64
  - .gitignore
65
- - .gitignore~
66
65
  - Gemfile
67
66
  - Gemfile.lock
68
67
  - History.md
@@ -1,2 +0,0 @@
1
- .svn
2
- .DS_Store