mine_shaft 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.0.0
2
+
3
+ * Version bump...no significant changes
4
+
1
5
  == 0.1.0
2
6
 
3
7
  * Initial release
@@ -76,7 +76,7 @@ h2. Contributing
76
76
 
77
77
  h2. Found a bug?
78
78
 
79
- File an issue on the project's "issues page":https://github.com/gn-research/mine_shaft/issues
79
+ File an issue on the project's "issues page":https://github.com/tomkersten/mine_shaft/issues
80
80
 
81
81
  h2. Dependencies
82
82
 
@@ -1,3 +1,3 @@
1
1
  module MineShaft
2
- VERSION = '0.1.0'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mine_shaft
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
- - 0
8
7
  - 1
9
8
  - 0
10
- version: 0.1.0
9
+ - 0
10
+ version: 1.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Kersten
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-27 00:00:00 -06:00
18
+ date: 2010-12-18 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -82,7 +82,7 @@ dependencies:
82
82
  version_requirements: *id004
83
83
  description: Provides an easy way to authenticate and grab content from a Redmine project. A specific use-case was to deserialize HTML tables from the wiki into an Array of Hashes with key/value pairs of "table heading" -> "column value" in order to simplify collection of a seed data from domain experts.
84
84
  email:
85
- - tkersten@gnresound.com
85
+ - tom@whitespur.com
86
86
  executables: []
87
87
 
88
88
  extensions: []
@@ -118,7 +118,7 @@ files:
118
118
  - spec/fixtures/wiki_page_with_projects_table.html
119
119
  - spec/spec.opts
120
120
  has_rdoc: true
121
- homepage: http://github.com/gn-research/mine_shaft
121
+ homepage: http://github.com/tomkersten/mine_shaft
122
122
  licenses: []
123
123
 
124
124
  post_install_message: