rbcli 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/exe/rbcli +1 -1
- data/lib/rbcli/version.rb +1 -1
- data/rbcli.gemspec +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c26d92003e72338b249ee20c7948f8cd25d871c980e16309bcf3281742747e1
|
|
4
|
+
data.tar.gz: 4cd46e54fccc1312a9cfa4e8b95996c4dca68cb363e9ea0fbd35b27a6b80ef00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93d7b08b996c5fd70b47e10e819ef23ff2cbde309fa1ff3873acd35477ecc84562137dddcef724a0c2dae3e31792fe8b203e0c8b80156086b3ed8b86a28c1f55
|
|
7
|
+
data.tar.gz: 02fd81d6777ea7e18e5d4682ddc6feff963781c2a5c4197165ea68dd421dabd7cbeb451b75cfa3b93051a2752db9475c4836921b70d8e60347a29a88282f5395
|
data/Gemfile.lock
CHANGED
data/exe/rbcli
CHANGED
data/lib/rbcli/version.rb
CHANGED
data/rbcli.gemspec
CHANGED
|
@@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.homepage = 'https://github.com/akhoury6/rbcli'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
|
+
spec.required_ruby_version = '~> 2.3'
|
|
18
|
+
|
|
17
19
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
18
20
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
|
19
21
|
# if spec.respond_to?(:metadata)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbcli
|
|
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
|
- Andrew Khoury
|
|
@@ -136,9 +136,9 @@ require_paths:
|
|
|
136
136
|
- lib
|
|
137
137
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
138
|
requirements:
|
|
139
|
-
- - "
|
|
139
|
+
- - "~>"
|
|
140
140
|
- !ruby/object:Gem::Version
|
|
141
|
-
version: '
|
|
141
|
+
version: '2.3'
|
|
142
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
requirements:
|
|
144
144
|
- - ">="
|