A toy dynamic programming language written in Ruby
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Gemfile.lock 618B

1234567891011121314151617181920212223242526272829303132333435
  1. PATH
  2. remote: .
  3. specs:
  4. ahem (0.1.0)
  5. GEM
  6. remote: https://rubygems.org/
  7. specs:
  8. diff-lcs (1.3)
  9. rake (10.5.0)
  10. rspec (3.8.0)
  11. rspec-core (~> 3.8.0)
  12. rspec-expectations (~> 3.8.0)
  13. rspec-mocks (~> 3.8.0)
  14. rspec-core (3.8.0)
  15. rspec-support (~> 3.8.0)
  16. rspec-expectations (3.8.2)
  17. diff-lcs (>= 1.2.0, < 2.0)
  18. rspec-support (~> 3.8.0)
  19. rspec-mocks (3.8.0)
  20. diff-lcs (>= 1.2.0, < 2.0)
  21. rspec-support (~> 3.8.0)
  22. rspec-support (3.8.0)
  23. PLATFORMS
  24. ruby
  25. DEPENDENCIES
  26. ahem!
  27. bundler (~> 1.17)
  28. rake (~> 10.0)
  29. rspec (~> 3.0)
  30. BUNDLED WITH
  31. 1.17.3