A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

146 lines
3.5 KiB

  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (4.2.0)
  5. actionpack (= 4.2.0)
  6. actionview (= 4.2.0)
  7. activejob (= 4.2.0)
  8. mail (~> 2.5, >= 2.5.4)
  9. rails-dom-testing (~> 1.0, >= 1.0.5)
  10. actionpack (4.2.0)
  11. actionview (= 4.2.0)
  12. activesupport (= 4.2.0)
  13. rack (~> 1.6.0)
  14. rack-test (~> 0.6.2)
  15. rails-dom-testing (~> 1.0, >= 1.0.5)
  16. rails-html-sanitizer (~> 1.0, >= 1.0.1)
  17. actionview (4.2.0)
  18. activesupport (= 4.2.0)
  19. builder (~> 3.1)
  20. erubis (~> 2.7.0)
  21. rails-dom-testing (~> 1.0, >= 1.0.5)
  22. rails-html-sanitizer (~> 1.0, >= 1.0.1)
  23. activejob (4.2.0)
  24. activesupport (= 4.2.0)
  25. globalid (>= 0.3.0)
  26. activemodel (4.2.0)
  27. activesupport (= 4.2.0)
  28. builder (~> 3.1)
  29. activerecord (4.2.0)
  30. activemodel (= 4.2.0)
  31. activesupport (= 4.2.0)
  32. arel (~> 6.0)
  33. activesupport (4.2.0)
  34. i18n (~> 0.7)
  35. json (~> 1.7, >= 1.7.7)
  36. minitest (~> 5.1)
  37. thread_safe (~> 0.3, >= 0.3.4)
  38. tzinfo (~> 1.1)
  39. arel (6.0.0)
  40. bcrypt (3.1.10)
  41. binding_of_caller (0.7.2)
  42. debug_inspector (>= 0.0.1)
  43. builder (3.2.2)
  44. byebug (3.5.1)
  45. columnize (~> 0.8)
  46. debugger-linecache (~> 1.2)
  47. slop (~> 3.6)
  48. columnize (0.9.0)
  49. debug_inspector (0.0.2)
  50. debugger-linecache (1.2.0)
  51. eaal (0.1.12)
  52. faraday (>= 0.8.4)
  53. hpricot (>= 0.6)
  54. memcache-client (>= 1.7.1)
  55. erubis (2.7.0)
  56. execjs (2.4.0)
  57. faraday (0.9.1)
  58. multipart-post (>= 1.2, < 3)
  59. globalid (0.3.3)
  60. activesupport (>= 4.1.0)
  61. hike (1.2.3)
  62. hpricot (0.8.6)
  63. i18n (0.7.0)
  64. jquery-rails (4.0.3)
  65. rails-dom-testing (~> 1.0)
  66. railties (>= 4.2.0)
  67. thor (>= 0.14, < 2.0)
  68. json (1.8.2)
  69. loofah (2.0.1)
  70. nokogiri (>= 1.5.9)
  71. mail (2.6.3)
  72. mime-types (>= 1.16, < 3)
  73. memcache-client (1.8.5)
  74. mime-types (2.4.3)
  75. mini_portile (0.6.2)
  76. minitest (5.5.1)
  77. multi_json (1.11.0)
  78. multipart-post (2.0.0)
  79. nokogiri (1.6.6.2)
  80. mini_portile (~> 0.6.0)
  81. rack (1.6.0)
  82. rack-test (0.6.3)
  83. rack (>= 1.0)
  84. rails (4.2.0)
  85. actionmailer (= 4.2.0)
  86. actionpack (= 4.2.0)
  87. actionview (= 4.2.0)
  88. activejob (= 4.2.0)
  89. activemodel (= 4.2.0)
  90. activerecord (= 4.2.0)
  91. activesupport (= 4.2.0)
  92. bundler (>= 1.3.0, < 2.0)
  93. railties (= 4.2.0)
  94. sprockets-rails
  95. rails-deprecated_sanitizer (1.0.3)
  96. activesupport (>= 4.2.0.alpha)
  97. rails-dom-testing (1.0.5)
  98. activesupport (>= 4.2.0.beta, < 5.0)
  99. nokogiri (~> 1.6.0)
  100. rails-deprecated_sanitizer (>= 1.0.1)
  101. rails-html-sanitizer (1.0.2)
  102. loofah (~> 2.0)
  103. railties (4.2.0)
  104. actionpack (= 4.2.0)
  105. activesupport (= 4.2.0)
  106. rake (>= 0.8.7)
  107. thor (>= 0.18.1, < 2.0)
  108. rake (10.4.2)
  109. slop (3.6.0)
  110. sprockets (2.12.3)
  111. hike (~> 1.2)
  112. multi_json (~> 1.0)
  113. rack (~> 1.0)
  114. tilt (~> 1.1, != 1.3.0)
  115. sprockets-rails (2.2.4)
  116. actionpack (>= 3.0)
  117. activesupport (>= 3.0)
  118. sprockets (>= 2.8, < 4.0)
  119. sqlite3 (1.3.10)
  120. thor (0.19.1)
  121. thread_safe (0.3.5)
  122. tilt (1.4.1)
  123. tzinfo (1.2.2)
  124. thread_safe (~> 0.1)
  125. uglifier (2.7.1)
  126. execjs (>= 0.3.0)
  127. json (>= 1.8.0)
  128. web-console (2.1.1)
  129. activemodel (>= 4.0)
  130. binding_of_caller (>= 0.7.2)
  131. railties (>= 4.0)
  132. sprockets-rails (>= 2.0, < 4.0)
  133. PLATFORMS
  134. ruby
  135. DEPENDENCIES
  136. bcrypt (~> 3.1.7)
  137. byebug
  138. eaal (~> 0.1.12)
  139. jquery-rails
  140. rails (= 4.2.0)
  141. sqlite3
  142. uglifier (>= 1.3.0)
  143. web-console (~> 2.0)