data-functions 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/Gemfile.lock +1 -1
- data/data-functions.gemspec +2 -2
- data/lib/data/functions/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80b689177a49f0c082aaac70865322d00f868927ba08d0eff171e405fa9d50ed
|
|
4
|
+
data.tar.gz: a4c69610197a837b22c195e78e8386b4a64cc55266d25892bd5dcd58f804e7d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9607966854244bbcd76deed382286a86a33e26fad2ebf58554702ffbd2cf96b8a115f452fde10bdcba9557bca0e9910d87d8d49313e4a6aa1f4a1d21a340a57
|
|
7
|
+
data.tar.gz: cd09bebac25b9310159943e9080b6ce9927a2f2824ce449c12f91c5cddb1146a4f471ffa95123519a2aa08e59395b57d0573877f4aac3584f099a606b818a53b
|
data/Gemfile.lock
CHANGED
data/data-functions.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ["Delon Newman"]
|
|
9
9
|
spec.email = ["contact@delonnewman.name"]
|
|
10
10
|
|
|
11
|
-
spec.summary = %q{Treat Hashes, Arrays, Sets, and Objects as functions}
|
|
11
|
+
spec.summary = %q{[DEPRECATED See Invokable] Treat Hashes, Arrays, Sets, and Objects as functions}
|
|
12
12
|
spec.description = spec.summary
|
|
13
|
-
spec.homepage = "https://github.com/delonnewman/
|
|
13
|
+
spec.homepage = "https://github.com/delonnewman/invokable"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: data-functions
|
|
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
|
- Delon Newman
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description: Treat Hashes, Arrays, Sets, and Objects as
|
|
55
|
+
description: "[DEPRECATED See Invokable] Treat Hashes, Arrays, Sets, and Objects as
|
|
56
|
+
functions"
|
|
56
57
|
email:
|
|
57
58
|
- contact@delonnewman.name
|
|
58
59
|
executables: []
|
|
@@ -73,14 +74,14 @@ files:
|
|
|
73
74
|
- lib/data/functions/object.rb
|
|
74
75
|
- lib/data/functions/set.rb
|
|
75
76
|
- lib/data/functions/version.rb
|
|
76
|
-
homepage: https://github.com/delonnewman/
|
|
77
|
+
homepage: https://github.com/delonnewman/invokable
|
|
77
78
|
licenses:
|
|
78
79
|
- MIT
|
|
79
80
|
metadata:
|
|
80
81
|
allowed_push_host: https://rubygems.org
|
|
81
|
-
homepage_uri: https://github.com/delonnewman/
|
|
82
|
-
source_code_uri: https://github.com/delonnewman/
|
|
83
|
-
changelog_uri: https://github.com/delonnewman/
|
|
82
|
+
homepage_uri: https://github.com/delonnewman/invokable
|
|
83
|
+
source_code_uri: https://github.com/delonnewman/invokable
|
|
84
|
+
changelog_uri: https://github.com/delonnewman/invokable#changelog
|
|
84
85
|
documentation_uri: https://www.rubydoc.info/gems/data-functions
|
|
85
86
|
post_install_message:
|
|
86
87
|
rdoc_options: []
|
|
@@ -100,5 +101,5 @@ requirements: []
|
|
|
100
101
|
rubygems_version: 3.0.6
|
|
101
102
|
signing_key:
|
|
102
103
|
specification_version: 4
|
|
103
|
-
summary: Treat Hashes, Arrays, Sets, and Objects as functions
|
|
104
|
+
summary: "[DEPRECATED See Invokable] Treat Hashes, Arrays, Sets, and Objects as functions"
|
|
104
105
|
test_files: []
|