hash-proxy 0.0.2 → 0.0.3
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/History.txt +7 -3
- data/Rakefile +1 -1
- data/version.txt +1 -1
- metadata +2 -2
data/History.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
# == Version 0.0.
|
|
2
|
-
# *
|
|
3
|
-
#
|
|
1
|
+
# == Version 0.0.3 / 2012-06-08
|
|
2
|
+
# * Fix homepage in gemspec
|
|
3
|
+
#
|
|
4
4
|
# == Version 0.0.2 / 2012-06-08
|
|
5
5
|
# * Convert to yard doc for "rake doc" task.
|
|
6
6
|
# * Handle respond_to? in a sensible fashion.
|
|
7
|
+
#
|
|
8
|
+
# == Version 0.0.1 / 2012-06-07
|
|
9
|
+
# * First release of hash-proxy
|
|
10
|
+
# * Handle respond_to? in a sensible fashion.
|
data/Rakefile
CHANGED
|
@@ -12,7 +12,7 @@ Bones {
|
|
|
12
12
|
name 'hash-proxy'
|
|
13
13
|
authors 'Douglas A. Seifert'
|
|
14
14
|
email 'doug@dseifert.net'
|
|
15
|
-
url 'https://github.com/
|
|
15
|
+
url 'https://github.com/seifertd/hash-proxy'
|
|
16
16
|
depend_on 'bones', :development => true
|
|
17
17
|
depend_on 'bones-rspec', :development => true
|
|
18
18
|
depend_on 'bones-git', :development => true
|
data/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hash-proxy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -130,7 +130,7 @@ files:
|
|
|
130
130
|
- spec/hash_proxy_spec.rb
|
|
131
131
|
- spec/spec_helper.rb
|
|
132
132
|
- version.txt
|
|
133
|
-
homepage: https://github.com/
|
|
133
|
+
homepage: https://github.com/seifertd/hash-proxy
|
|
134
134
|
licenses: []
|
|
135
135
|
post_install_message:
|
|
136
136
|
rdoc_options:
|