senv 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,44 @@
1
+ ## senv.gemspec
2
+ #
3
+
4
+ Gem::Specification::new do |spec|
5
+ spec.name = "senv"
6
+ spec.version = "0.4.2"
7
+ spec.platform = Gem::Platform::RUBY
8
+ spec.summary = "senv"
9
+ spec.description = "description: senv kicks the ass"
10
+ spec.license = "MIT"
11
+
12
+ spec.files =
13
+ ["LICENSE",
14
+ "README",
15
+ "Rakefile",
16
+ "a.rb",
17
+ "bin",
18
+ "bin/senv",
19
+ "dist",
20
+ "dist/senv-0.4.2-linux-x86.tgz",
21
+ "dist/senv-0.4.2-linux-x86_64.tgz",
22
+ "dist/senv-0.4.2-osx.tgz",
23
+ "dist/senv.rb",
24
+ "dist/senv.sh",
25
+ "lib",
26
+ "lib/senv",
27
+ "lib/senv.rb",
28
+ "lib/senv/script.rb",
29
+ "senv.gemspec"]
30
+
31
+ spec.executables = ["senv"]
32
+
33
+ spec.require_path = "lib"
34
+
35
+ spec.test_files = nil
36
+
37
+
38
+
39
+ spec.extensions.push(*[])
40
+
41
+ spec.author = "Ara T. Howard"
42
+ spec.email = "ara.t.howard@gmail.com"
43
+ spec.homepage = "https://github.com/ahoward/senv"
44
+ end
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: senv
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.2
5
+ platform: ruby
6
+ authors:
7
+ - Ara T. Howard
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-01-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: 'description: senv kicks the ass'
14
+ email: ara.t.howard@gmail.com
15
+ executables:
16
+ - senv
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README
22
+ - Rakefile
23
+ - a.rb
24
+ - bin/senv
25
+ - dist/senv-0.4.2-linux-x86.tgz
26
+ - dist/senv-0.4.2-linux-x86_64.tgz
27
+ - dist/senv-0.4.2-osx.tgz
28
+ - dist/senv.rb
29
+ - dist/senv.sh
30
+ - lib/senv.rb
31
+ - lib/senv/script.rb
32
+ - senv.gemspec
33
+ homepage: https://github.com/ahoward/senv
34
+ licenses:
35
+ - MIT
36
+ metadata: {}
37
+ post_install_message:
38
+ rdoc_options: []
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubygems_version: 3.0.3
53
+ signing_key:
54
+ specification_version: 4
55
+ summary: senv
56
+ test_files: []