1_as_identity_function 1.0.0 → 1.0.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.
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "1_as_identity_function"
7
- gem.version = '1.0.0'
7
+ gem.version = '1.0.1'
8
8
  gem.authors = ["todesking"]
9
9
  gem.email = ["discommunicative@gmail.com"]
10
10
  gem.description = %q{1.to_proc returns {|x| x}. COOL!!}
11
11
  gem.summary = %q{[1, 2, 3].map(&1) return [1, 2, 3]. Whooo!!}
12
- gem.homepage = ""
12
+ gem.homepage = "https://github.com/todesking/1_as_identity_function"
13
13
 
14
14
  gem.files = `git ls-files`.split($/)
15
15
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
data/README.md CHANGED
@@ -35,6 +35,10 @@ Yeah.
35
35
 
36
36
  ## Changes
37
37
 
38
+ ### 1.0.1
39
+
40
+ * Add homepage url to gemspec.
41
+
38
42
  ### 1.0.0
39
43
 
40
44
  * initial release
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 1_as_identity_function
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-07 00:00:00.000000000 Z
12
+ date: 2013-04-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -42,7 +42,7 @@ files:
42
42
  - Rakefile
43
43
  - lib/1_as_identity_function.rb
44
44
  - spec/1_as_identity_function_spec.rb
45
- homepage: ''
45
+ homepage: https://github.com/todesking/1_as_identity_function
46
46
  licenses: []
47
47
  post_install_message:
48
48
  rdoc_options: []