maybelline 1.1.1 → 1.1.2

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/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  [![Build Status](http://travis-ci.org/blatyo/maybelline.png)](http://travis-ci.org/blatyo/maybelline)
4
4
 
5
- An implementation of the [maybe monad](http://en.wikipedia.org/wiki/Monad_(functional_programming)#The_Maybe_monad).
5
+ An implementation of the [maybe monad][1].
6
+
7
+ [1]: http://en.wikipedia.org/wiki/Monad_(functional_programming)#The_Maybe_monad
6
8
 
7
9
  ## Setup
8
10
 
@@ -1,3 +1,3 @@
1
1
  module Maybelline
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
data/maybelline.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Maybelline::VERSION
8
8
  s.authors = ["Allen Madsen"]
9
9
  s.email = ["blatyo@gmail.com"]
10
- s.homepage = "https://blatyo.github.com/maybelline"
10
+ s.homepage = "http://blatyo.github.com/maybelline"
11
11
  s.summary = %q{Maybe you should start using the maybe monad, stop checking for nil, and be confident}
12
12
  s.description = %q{Maybe you should start using the maybe monad, stop checking for nil, and be confident}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maybelline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-30 00:00:00.000000000 Z
12
+ date: 2012-07-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70277833452260 !ruby/object:Gem::Requirement
16
+ requirement: &70322812808220 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70277833452260
24
+ version_requirements: *70322812808220
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &70277833451820 !ruby/object:Gem::Requirement
27
+ requirement: &70322812807780 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70277833451820
35
+ version_requirements: *70322812807780
36
36
  description: Maybe you should start using the maybe monad, stop checking for nil,
37
37
  and be confident
38
38
  email:
@@ -53,7 +53,7 @@ files:
53
53
  - maybelline.gemspec
54
54
  - spec/maybelline_spec.rb
55
55
  - spec/spec_helper.rb
56
- homepage: https://blatyo.github.com/maybelline
56
+ homepage: http://blatyo.github.com/maybelline
57
57
  licenses: []
58
58
  post_install_message:
59
59
  rdoc_options: []