comprise 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/comprise.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["clowder@gmail.com"]
7
7
  gem.description = %q{Comprise brings basic List Comprehension functionality to Ruby.}
8
8
  gem.summary = %q{List Comprehension for Ruby.}
9
- gem.homepage = "https://clowder.github.com/comprise"
9
+ gem.homepage = "http://clowder.github.com/comprise"
10
10
 
11
11
  gem.files = %w{LICENSE
12
12
  README.md
@@ -1,3 +1,3 @@
1
1
  module Comprise
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comprise
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:
@@ -25,7 +25,7 @@ files:
25
25
  - lib/comprise/list_comprehension.rb
26
26
  - lib/comprise/version.rb
27
27
  - spec/comprise/list_comprehension_spec.rb
28
- homepage: https://clowder.github.com/comprise
28
+ homepage: http://clowder.github.com/comprise
29
29
  licenses: []
30
30
  post_install_message:
31
31
  rdoc_options: []