dotenvx 0.0.2 → 4.0.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.
data/dotenvx.gemspec DELETED
@@ -1,31 +0,0 @@
1
- require_relative 'lib/dotenvx/version'
2
-
3
- Gem::Specification.new "dotenvx" do |spec|
4
- spec.name = "dotenvx"
5
- spec.version = Dotenvx::VERSION
6
- spec.authors = ["motdotla"]
7
- spec.email = ["mot@mot.la"]
8
-
9
- spec.summary = %q{[dotenvx.com] a better dotenv–from the creator of `dotenv`}
10
- spec.description = %q{[dotenvx.com] a better dotenv–from the creator of `dotenv`}
11
- spec.homepage = "https://github.com/dotenvx/dotenvx-ruby"
12
- spec.license = "BSD-3-Clause"
13
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
-
15
- spec.metadata["homepage_uri"] = spec.homepage
16
- spec.metadata["source_code_uri"] = "https://github.com/dotenvx/dotenvx-ruby"
17
- spec.metadata["changelog_uri"] = "https://github.com/dotenvx/dotenvx-ruby"
18
-
19
- # Specify which files should be added to the gem when it is released.
20
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
22
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
23
- end
24
- spec.bindir = "exe"
25
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
- spec.require_paths = ["lib"]
27
-
28
- spec.add_development_dependency "rake"
29
- spec.add_development_dependency "rspec"
30
- spec.add_development_dependency "byebug"
31
- end
data/lib/dotenvx-rails.rb DELETED
@@ -1 +0,0 @@
1
- require "dotenvx/rails"