Package | Version |
| ​3.0.0​ |
​Ruby,
​bundler,
A .yardopts assertion.
The GNU General Public License, Version 3.
A .yardopts file.
Updated Gem Specification.
Deleted the 'ACCEPTABLE_TYPES' constant.
Updated data_error_int.rb's copyright statement.
Formatted data_error_int_test.rb.
Deleted Travis CI deployment settings.
Project YARDocumentation.
README.md's Installation and Documentation links.
Updated the donate page URI.
YARD.
Proper LICENSE.txt.
Changelog.md.
Gem specification metadata.
Gemfile. Moved the minitest and rake dependencies.
README.md. Referred the authority URIs.
require statements. Using require_relative.
Gem specification. Edited attributes. Edited formatting.
Directory names.
File names.
Class names.
​Rubygems hosts the data_error_int
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'data_error_int', '~> 3'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'data_error_int', '~> 3'# Orspec.add_runtime_dependency 'data_error_int', '~> 3'# ...​end
Then, download and install:
$ bundle exec install
​Bundler downloads the package and installs in the appropriate context.
Package | Version |
| ​3.0.0​ |
​Ruby,
​bundler, ​
​data_error_int,
Remote repository Changelog.
Gem specification metadata.
Gem specifcation. The version, authors, email, summary, description, homepage, and dependencies updated.
Gemfile. Moved the rake and minitest dependencies.
README.md. Referred the proper authorities.
Removed class acceptable?() and raise_exception() methods.
Removed helper module.
require statements.
Class names.
File names.
​Rubygems hosts the data_error_impl
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'data_error_impl', '~> 3'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'data_error_impl', '~> 3'# Orspec.add_runtime_dependency 'data_error_impl', '~> 3'# ...​end
Then, download and install:
$ bundle exec install
​Bundler downloads the package and installs in the appropriate context.
Package | Version |
| ​3.0.0​ |
​Ruby,
​bundler, ​
​data_error_int,
​data_error_impl,
A .yardopts file test assertion.
Copyright statements.
Formatted Gem Specification.
Updated dependencies.
Renamed data_error_library.rb data_error.rb.
Deleted Travis CI deployment settings.
Substituted GNU General Public License, Version 3.
Updated README.md's donation section.
YARDocumentation.
Gem Specification 'description', 'homepage', 'license', and 'changelog_uri' attributes.
console 'require' statement.
test_helper.rb's 'require' statement.
README.md's Installation and Documentation links.
​Rubygems hosts the data_error
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'data_error', '~> 3'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'data_error', '~> 3'# Orspec.add_runtime_dependency 'data_error', '~> 3'# ...​end
Then, download and install:
$ bundle exec install
​Bundler downloads the package and installs in the appropriate context.