-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,6 +132,3 @@ DEPENDENCIES | |
rspec (~> 3.3) | ||
simplecov (~> 0.10.0) | ||
simplecov-rcov (~> 0.2.3) | ||
|
||
BUNDLED WITH | ||
1.10.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
require File.join([File.dirname(__FILE__),'lib','flatcar','version.rb']) | ||
|
||
Gem::Specification.new do |gem| | ||
gem.authors = %w(CenturyLink) | ||
gem.email = %w([email protected]) | ||
gem.authors = %w(Michael Arnold, Laura Frank) | ||
gem.email = %w([email protected]) | ||
gem.description = 'Flatcar is a command line tool to simplify the development of Ruby on Rails web applications that | ||
are intended to be deployed and run in production as containerized Docker microservices.' | ||
gem.summary = 'A CLI for Ruby on Rails web applications to be deployed as containerized Docker services' | ||
gem.homepage = 'https://github.com/centurylinklabs/flatcar' | ||
gem.homepage = 'https://github.com/flatcar/flatcar' | ||
gem.license = 'Apache 2' | ||
gem.platform = Gem::Platform::RUBY | ||
gem.files = `git ls-files`.split($\) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters