data-functions 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
  SHA256:
3
- metadata.gz: 9ad621f3ea2ebf51622484fa1df48e1ca889ee3423dd8b01c125cb8e613a85ef
4
- data.tar.gz: 41c2893a5442a4b12eae89d38be6d26f94dbbe95cc8c0f5a2d28ad046694e49c
3
+ metadata.gz: 80b689177a49f0c082aaac70865322d00f868927ba08d0eff171e405fa9d50ed
4
+ data.tar.gz: a4c69610197a837b22c195e78e8386b4a64cc55266d25892bd5dcd58f804e7d3
5
5
  SHA512:
6
- metadata.gz: d2dccf2b5c326b57bf47e3332c2e8e9b316e0e02ab98c0a21c07e3f210acb1d5af3b4f2b2ec6509baf7c0e8507bab78188bc6c358a1e2a02b1b4ff6d4e1bd275
7
- data.tar.gz: 469e3e84e389dbd8bf54a197f702d87ee2e55a31fec227244c07654bc37528ebad46ca7757343b2b571f0492ce2fd11d9ebc62bb3017923bff5a990eaf7b4914
6
+ metadata.gz: d9607966854244bbcd76deed382286a86a33e26fad2ebf58554702ffbd2cf96b8a115f452fde10bdcba9557bca0e9910d87d8d49313e4a6aa1f4a1d21a340a57
7
+ data.tar.gz: cd09bebac25b9310159943e9080b6ce9927a2f2824ce449c12f91c5cddb1146a4f471ffa95123519a2aa08e59395b57d0573877f4aac3584f099a606b818a53b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- data-functions (0.1.0)
4
+ data-functions (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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/data-functions"
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'
@@ -1,5 +1,5 @@
1
1
  class Data
2
2
  module Functions
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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 functions
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/data-functions
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/data-functions
82
- source_code_uri: https://github.com/delonnewman/data-functions
83
- changelog_uri: https://github.com/delonnewman/data-functions#changelog
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: []