curryable 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c69f5509d381742d21f5c98772a3b88c063c19a4
4
- data.tar.gz: 03a2828d99d416ef2e09ad6371a35dd7307a13ae
3
+ metadata.gz: 761a70ebd885eb5a2b9eb434c8fc81eab23eb180
4
+ data.tar.gz: 8db5f37d63f3ec3b108ab051144b9aef67573f73
5
5
  SHA512:
6
- metadata.gz: 963468f73b842c42c27d6c1746f9c6485c5cf9bb72d6ad6e9a3babc6bf977c93a8e832335ebcc73818ecdef671243581984be54b52d618bfa3cec9d19469bc44
7
- data.tar.gz: a24666d8a5f70fe3f207ad6d2e46c292e0f2bb62b31e771a8c25124719e7f83f5389bc96c318cc8b3e70664460333d80ae5e963cf723aa34ed204a20514e4f57
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 Baggot
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 Baggot"]
10
- spec.email = ["bestie@gmail.com", "dominic.baggot@gmail.com"]
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"
@@ -1,3 +1,3 @@
1
1
  module Curryable
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Best
8
- - Dominic Baggot
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.baggot@gmail.com
59
+ - dominic.baggott@gmail.com
60
60
  executables: []
61
61
  extensions: []
62
62
  extra_rdoc_files: []