Package | Version |
| ​0.2.0​ |
​Ruby,
​bundler,
'self.types()'.
.yardopts file assertion.
'self.types()' method declaration assertion.
A .yardopts file.
Gem Specification format.
Dependencies.
Deleted Travis CI deployment settings.
YARDocumentation.
Gem Specification attributes 'license' and 'changelog_uri'.
README.md's Installation section.
​Rubygems hosts the data_int
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'data_int', '~> 0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'data_int', '~> 0'# Orspec.add_runtime_dependency 'data_int', '~> 0'# ...​end
Then, download and install:
$ bundle exec install
​Bundler downloads the package and installs in the appropriate context.
Installation complete, in a relevant file, insert require 'data_int'
. The Interface content is accessible.
Package | Version |
| ​0.2.0​ |
​Ruby,
'self.types()', 'self.types_element?(type = nil)', and 'self.type_child?(type = nil).'
A .yardopts file assertion.
A 'self.types()' test.
'self.types_element?(type = nil)' tests.
Formatting.
The Gem Specification's 'email', 'changelog_uri', and dependencies.
Deleted data_helper.rb.
Converted test fixtures constants.
Deleted Travis CI deployment settings.
YARDocumentation.
The Gem Specification's license.
'require' statement in test_helper.rb.
README.md's Installation section.
​Rubygems hosts the data_impl
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'data_impl', '~> 0.2.0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'data_impl', '~> 0.2.0'# Orspec.add_runtime_dependency 'data_impl', '~> 0.2.0'# ...​end
Then, download and install:
$ bundle exec install
​Bundler downloads the package and installs in the appropriate context.
Package | Version |
| ​0.2.0​ |
​Ruby,
​bundler,
​data_int, ​
​data_impl,
​data_error,
A .yardopts file assertion.
A .yardopts file.
Formatted the Gem Specification. Updated the Gem Specification's 'email', 'summary', 'description', 'homepage', 'license', and 'changelog_uri' attributes.
Updated dependencies.
Renamed data_library.rb data_type.rb.
test_helper.rb's 'require' statement.
Deleted Travis CI deployment settings.
YARDocumentation.
README.md's Installation section.
​Rubygems hosts the data_library
package. Declare the dependency attribute in the Gem Specification file, or declare the gem in the project's Gemfile:
Gemfilegem 'data_library', '~> 0.2.0'
gem_name.gemspecGem::Specification.new do |spec|​# ...spec.add_development_dependency 'data_library', '~> 0.2.0'# Orspec.add_runtime_dependency 'data_library', '~> 0.2.0'# ...​end
Then, download and install:
$ bundle exec install
​Bundler downloads the package and installs in the appropriate context.