]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commit
introduce gem scaffolding
authorZoran <zoran@zurb.com>
Wed, 18 May 2016 20:57:54 +0000 (13:57 -0700)
committerZoran <zoran@zurb.com>
Wed, 18 May 2016 20:57:54 +0000 (13:57 -0700)
commit4d874beb2375941c0a1d5e0848985998dc073858
tree76a637d1380d6c852356213763b58d6b7637baa5
parent8a8308cd78932d30164376c182856a51a8271759
introduce gem scaffolding
15 files changed:
README.md
gem/.gitignore [new file with mode: 0644]
gem/.rspec [new file with mode: 0644]
gem/.travis.yml [new file with mode: 0644]
gem/Gemfile [new file with mode: 0644]
gem/LICENSE.md [new file with mode: 0644]
gem/README.md [new file with mode: 0644]
gem/Rakefile [new file with mode: 0644]
gem/bin/console [new file with mode: 0755]
gem/bin/setup [new file with mode: 0755]
gem/foundation-emails.gemspec [new file with mode: 0644]
gem/lib/foundation/emails.rb [new file with mode: 0644]
gem/lib/foundation/emails/version.rb [new file with mode: 0644]
gem/spec/foundation/emails_spec.rb [new file with mode: 0644]
gem/spec/spec_helper.rb [new file with mode: 0644]