curryable 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/curryable.gemspec +2 -2
- data/lib/curryable/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 761a70ebd885eb5a2b9eb434c8fc81eab23eb180
|
|
4
|
+
data.tar.gz: 8db5f37d63f3ec3b108ab051144b9aef67573f73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a84e7af6bbff79842aa66dadd7db27154a4aeb8cd344e2ce95586104274a0c21876cabe09a0ba4b889574481dcb30a497a050988db9d9005ea5623cde0fc0f6d
|
|
7
|
+
data.tar.gz: 312320846d90fb1ff562f2fa41ecd8ec818285104583f75f007e658a02acb51595377826b56c4f0062cffe6ccbfa6f98bf0de37d0fefda8b51b8e3fdbee1141c
|
data/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2015 Stephen Best and Dominic
|
|
3
|
+
Copyright (c) 2015 Stephen Best and Dominic Baggott
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/curryable.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require 'curryable/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "curryable"
|
|
8
8
|
spec.version = Curryable::VERSION
|
|
9
|
-
spec.authors = ["Stephen Best", "Dominic
|
|
10
|
-
spec.email = ["bestie@gmail.com", "dominic.
|
|
9
|
+
spec.authors = ["Stephen Best", "Dominic Baggott"]
|
|
10
|
+
spec.email = ["bestie@gmail.com", "dominic.baggott@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Enables immutable command objects to act as currable functions}
|
|
13
13
|
spec.homepage = "https://github.com/evilstreak/curryable"
|
data/lib/curryable/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: curryable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Best
|
|
8
|
-
- Dominic
|
|
8
|
+
- Dominic Baggott
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
description:
|
|
57
57
|
email:
|
|
58
58
|
- bestie@gmail.com
|
|
59
|
-
- dominic.
|
|
59
|
+
- dominic.baggott@gmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
62
62
|
extra_rdoc_files: []
|