Skip to content

Commit

Permalink
Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellware committed Nov 29, 2016
1 parent 0eb6d5c commit 8d5e4f2
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gems_backup
*scratch*
*notes*
loader.rb
gems.txt
50 changes: 50 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
source 'https://rubygems.org' do
gem 'bigdecimal'
gem 'confstruct'
gem 'hashie'
gem 'io-console'
gem 'json'
gem 'minitest'
gem 'naught'
gem 'net-telnet'
gem 'pg'
gem 'power_assert'
gem 'psych'
gem 'rainbow'
gem 'rake'
gem 'rdoc'
gem 'test-unit'
gem 'test_bench'
gem 'thor'
gem 'thread_safe'
gem 'tzinfo'
end

source 'https://gem.fury.io/eventide/' do
gem 'async_invocation'
gem 'attribute'
gem 'casing'
gem 'clock'
gem 'configure'
gem 'cycle'
gem 'dependency'
gem 'entity_cache'
gem 'entity_projection'
gem 'entity_store'
gem 'event_source'
gem 'event_source-postgres'
gem 'identifier-uuid'
gem 'initializer'
gem 'log'
gem 'messaging'
gem 'messaging-postgres'
gem 'schema'
gem 'set_attributes'
gem 'settings'
gem 'subst_attr'
gem 'telemetry'
gem 'telemetry-logger'
gem 'transform'
gem 'validate'
gem 'virtual'
end

0 comments on commit 8d5e4f2

Please sign in to comment.