Last active
December 18, 2015 14:49
-
-
Save batasrki/5799894 to your computer and use it in GitHub Desktop.
Gemfile and Gemfile.lock
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
ruby '1.9.3', :engine => 'jruby', :engine_version => '1.7.3' | |
source 'https://rubygems.org' | |
gem 'rails', '3.2.13' | |
gem 'rails-api' | |
gem 'active_model_serializers' | |
gem 'activerecord-jdbcpostgresql-adapter', '~>1.3.0.beta2' | |
gem 'puma' | |
group :test do | |
gem 'rspec-rails' | |
gem 'guard-jruby-rspec' | |
end |
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
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (3.2.13) | |
actionpack (= 3.2.13) | |
mail (~> 2.5.3) | |
actionpack (3.2.13) | |
activemodel (= 3.2.13) | |
activesupport (= 3.2.13) | |
builder (~> 3.0.0) | |
erubis (~> 2.7.0) | |
journey (~> 1.0.4) | |
rack (~> 1.4.5) | |
rack-cache (~> 1.2) | |
rack-test (~> 0.6.1) | |
sprockets (~> 2.2.1) | |
active_model_serializers (0.8.1) | |
activemodel (>= 3.0) | |
activemodel (3.2.13) | |
activesupport (= 3.2.13) | |
builder (~> 3.0.0) | |
activerecord (3.2.13) | |
activemodel (= 3.2.13) | |
activesupport (= 3.2.13) | |
arel (~> 3.0.2) | |
tzinfo (~> 0.3.29) | |
activerecord-jdbc-adapter (1.3.0.beta2) | |
activerecord-jdbcpostgresql-adapter (1.3.0.beta2) | |
activerecord-jdbc-adapter (~> 1.3.0.beta2) | |
jdbc-postgres (>= 9.1, < 9.3) | |
activeresource (3.2.13) | |
activemodel (= 3.2.13) | |
activesupport (= 3.2.13) | |
activesupport (3.2.13) | |
i18n (= 0.6.1) | |
multi_json (~> 1.0) | |
arel (3.0.2) | |
builder (3.0.4) | |
coderay (1.0.9) | |
diff-lcs (1.2.4) | |
erubis (2.7.0) | |
ffi (1.9.0-java) | |
formatador (0.2.4) | |
guard (1.8.1) | |
formatador (>= 0.2.4) | |
listen (>= 1.0.0) | |
lumberjack (>= 1.0.2) | |
pry (>= 0.9.10) | |
thor (>= 0.14.6) | |
guard-jruby-rspec (0.2.0) | |
guard (>= 0.10.0) | |
guard-rspec (>= 0.7.3) | |
guard-rspec (3.0.2) | |
guard (>= 1.8) | |
rspec (~> 2.13) | |
hike (1.2.3) | |
i18n (0.6.1) | |
jdbc-postgres (9.2.1002.1) | |
journey (1.0.4) | |
json (1.8.0-java) | |
listen (1.2.2) | |
rb-fsevent (>= 0.9.3) | |
rb-inotify (>= 0.9) | |
rb-kqueue (>= 0.2) | |
lumberjack (1.0.3) | |
mail (2.5.4) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
method_source (0.8.1) | |
mime-types (1.23) | |
multi_json (1.7.6) | |
polyglot (0.3.3) | |
pry (0.9.12.2-java) | |
coderay (~> 1.0.5) | |
method_source (~> 0.8) | |
slop (~> 3.4) | |
spoon (~> 0.0) | |
puma (2.0.1-java) | |
rack (>= 1.1, < 2.0) | |
rack (1.4.5) | |
rack-cache (1.2) | |
rack (>= 0.4) | |
rack-ssl (1.3.3) | |
rack | |
rack-test (0.6.2) | |
rack (>= 1.0) | |
rails (3.2.13) | |
actionmailer (= 3.2.13) | |
actionpack (= 3.2.13) | |
activerecord (= 3.2.13) | |
activeresource (= 3.2.13) | |
activesupport (= 3.2.13) | |
bundler (~> 1.0) | |
railties (= 3.2.13) | |
rails-api (0.1.0) | |
actionpack (>= 3.2.11) | |
railties (>= 3.2.11) | |
tzinfo (~> 0.3.31) | |
railties (3.2.13) | |
actionpack (= 3.2.13) | |
activesupport (= 3.2.13) | |
rack-ssl (~> 1.3.2) | |
rake (>= 0.8.7) | |
rdoc (~> 3.4) | |
thor (>= 0.14.6, < 2.0) | |
rake (10.0.4) | |
rb-fsevent (0.9.3) | |
rb-inotify (0.9.0) | |
ffi (>= 0.5.0) | |
rb-kqueue (0.2.0) | |
ffi (>= 0.5.0) | |
rdoc (3.12.2) | |
json (~> 1.4) | |
rspec (2.13.0) | |
rspec-core (~> 2.13.0) | |
rspec-expectations (~> 2.13.0) | |
rspec-mocks (~> 2.13.0) | |
rspec-core (2.13.1) | |
rspec-expectations (2.13.0) | |
diff-lcs (>= 1.1.3, < 2.0) | |
rspec-mocks (2.13.1) | |
rspec-rails (2.13.2) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
railties (>= 3.0) | |
rspec-core (~> 2.13.0) | |
rspec-expectations (~> 2.13.0) | |
rspec-mocks (~> 2.13.0) | |
slop (3.4.5) | |
spoon (0.0.4) | |
ffi | |
sprockets (2.2.2) | |
hike (~> 1.2) | |
multi_json (~> 1.0) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
thor (0.18.1) | |
tilt (1.4.1) | |
treetop (1.4.14) | |
polyglot | |
polyglot (>= 0.3.1) | |
tzinfo (0.3.37) | |
PLATFORMS | |
java | |
DEPENDENCIES | |
active_model_serializers | |
activerecord-jdbcpostgresql-adapter (~> 1.3.0.beta2) | |
guard-jruby-rspec | |
puma | |
rails (= 3.2.13) | |
rails-api | |
rspec-rails |
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
# A sample Guardfile | |
# More info at https://github.com/guard/guard#readme | |
# This eliminates the stty warning. | |
interactor :simple | |
guard 'jruby-rspec', :spec_paths => ["spec"] do | |
# You can leave this empty and jruby-rspec will not autorun, | |
# but it will run all specs in :spec_paths on demand | |
# or you can configure it just like guard-rspec | |
watch(%r{^spec/.+_spec\.rb$}) | |
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } | |
watch('spec/spec_helper.rb') { "spec" } | |
# Rails example | |
watch(%r{^app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } | |
watch(%r{^app/(.*)(\.erb|\.haml)$}) { |m| "spec/#{m[1]}#{m[2]}_spec.rb" } | |
watch(%r{^app/controllers/(.+)_(controller)\.rb$}) { |m| ["spec/routing/#{m[1]}_routing_spec.rb", "spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb", "spec/acceptance/#{m[1]}_spec.rb"] } | |
watch(%r{^spec/support/(.+)\.rb$}) { "spec" } | |
watch('config/routes.rb') { "spec/routing" } | |
watch('app/controllers/application_controller.rb') { "spec/controllers" } | |
# Capybara request specs | |
watch(%r{^app/views/(.+)/.*\.(erb|haml)$}) { |m| "spec/requests/#{m[1]}_spec.rb" } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment