confinicky 0.1.3 → 0.1.4
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/confinicky.gemspec +3 -3
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27b81f5cb5ca48290be52cfbd42ed4715192c500
|
|
4
|
+
data.tar.gz: 986f3624753e71cf6a1ee988c670ac53b6e4ede2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e446c0d547bc3b0702806416903071ae776070a5ec31746b3a0b7df9ec71a229bf15ec27e8014733d3e59114808c7914de2635234c99be9f5264a6fff6ed33c
|
|
7
|
+
data.tar.gz: e5d121c74747d5fbdff3151881cfd50de5c64cbe65f84414db028912749d4622dbcd600ac09343d1e7356a02311a07acf366e8d9357be33d734bef4bd948d3aa
|
data/Rakefile
CHANGED
|
@@ -21,7 +21,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
21
21
|
gem.description = "A CLI that allows you to perform basic CRUD for your environment variables."
|
|
22
22
|
gem.email = "jim@sumocreations.com"
|
|
23
23
|
gem.authors = ["Jim Jeffers"]
|
|
24
|
-
gem.executables = ['confinicky']
|
|
24
|
+
gem.executables = ['confinicky', 'cfy']
|
|
25
25
|
# dependencies defined in Gemfile
|
|
26
26
|
end
|
|
27
27
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/confinicky.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: confinicky 0.1.
|
|
5
|
+
# stub: confinicky 0.1.4 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "confinicky"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.4"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
s.date = "2014-08-11"
|
|
15
15
|
s.description = "A CLI that allows you to perform basic CRUD for your environment variables."
|
|
16
16
|
s.email = "jim@sumocreations.com"
|
|
17
|
-
s.executables = ["confinicky"]
|
|
17
|
+
s.executables = ["confinicky", "cfy"]
|
|
18
18
|
s.extra_rdoc_files = [
|
|
19
19
|
"LICENSE.txt",
|
|
20
20
|
"README.rdoc"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: confinicky
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jim Jeffers
|
|
@@ -112,6 +112,7 @@ description: A CLI that allows you to perform basic CRUD for your environment va
|
|
|
112
112
|
email: jim@sumocreations.com
|
|
113
113
|
executables:
|
|
114
114
|
- confinicky
|
|
115
|
+
- cfy
|
|
115
116
|
extensions: []
|
|
116
117
|
extra_rdoc_files:
|
|
117
118
|
- LICENSE.txt
|