GeoRSS aggregator and Layar augmented reality server
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Gemfile.lock 3.3 KiB

vor 12 Jahren
vor 12 Jahren
vor 12 Jahren
vor 12 Jahren
vor 12 Jahren
vor 12 Jahren
vor 12 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actionmailer (3.2.3)
  5. actionpack (= 3.2.3)
  6. mail (~> 2.4.4)
  7. actionpack (3.2.3)
  8. activemodel (= 3.2.3)
  9. activesupport (= 3.2.3)
  10. builder (~> 3.0.0)
  11. erubis (~> 2.7.0)
  12. journey (~> 1.0.1)
  13. rack (~> 1.4.0)
  14. rack-cache (~> 1.2)
  15. rack-test (~> 0.6.1)
  16. sprockets (~> 2.1.2)
  17. activemodel (3.2.3)
  18. activesupport (= 3.2.3)
  19. builder (~> 3.0.0)
  20. activerecord (3.2.3)
  21. activemodel (= 3.2.3)
  22. activesupport (= 3.2.3)
  23. arel (~> 3.0.2)
  24. tzinfo (~> 0.3.29)
  25. activeresource (3.2.3)
  26. activemodel (= 3.2.3)
  27. activesupport (= 3.2.3)
  28. activesupport (3.2.3)
  29. i18n (~> 0.6)
  30. multi_json (~> 1.0)
  31. arel (3.0.2)
  32. bson (1.6.4)
  33. bson_ext (1.6.4)
  34. bson (~> 1.6.4)
  35. builder (3.0.0)
  36. coffee-rails (3.2.2)
  37. coffee-script (>= 2.2.0)
  38. railties (~> 3.2.0)
  39. coffee-script (2.2.0)
  40. coffee-script-source
  41. execjs
  42. coffee-script-source (1.3.3)
  43. curb (0.7.18)
  44. erubis (2.7.0)
  45. execjs (1.4.0)
  46. multi_json (~> 1.0)
  47. feedzirra (0.0.31)
  48. activesupport (>= 3.0.8)
  49. builder (~> 3.0.0)
  50. curb (~> 0.7.15)
  51. i18n (>= 0.5.0)
  52. loofah (~> 1.0.0)
  53. nokogiri (~> 1.4.4)
  54. rake (>= 0.9.2)
  55. rdoc (~> 3.8)
  56. sax-machine (~> 0.0.20)
  57. haml (3.1.6)
  58. haml-rails (0.3.4)
  59. actionpack (~> 3.0)
  60. activesupport (~> 3.0)
  61. haml (~> 3.0)
  62. railties (~> 3.0)
  63. hike (1.2.1)
  64. i18n (0.6.0)
  65. journey (1.0.4)
  66. jquery-rails (2.0.2)
  67. railties (>= 3.2.0, < 5.0)
  68. thor (~> 0.14)
  69. json (1.7.3)
  70. loofah (1.0.0)
  71. nokogiri (>= 1.3.3)
  72. mail (2.4.4)
  73. i18n (>= 0.4.0)
  74. mime-types (~> 1.16)
  75. treetop (~> 1.4.8)
  76. mime-types (1.18)
  77. mm-multi-parameter-attributes (0.2.2)
  78. mongo_mapper (>= 0.9.0)
  79. tzinfo
  80. mongo (1.6.4)
  81. bson (~> 1.6.4)
  82. mongo_mapper (0.11.1)
  83. activemodel (~> 3.0)
  84. activesupport (~> 3.0)
  85. plucky (~> 0.4.0)
  86. multi_json (1.3.6)
  87. nokogiri (1.4.7)
  88. plucky (0.4.4)
  89. mongo (~> 1.5)
  90. polyglot (0.3.3)
  91. rack (1.4.1)
  92. rack-cache (1.2)
  93. rack (>= 0.4)
  94. rack-ssl (1.3.2)
  95. rack
  96. rack-test (0.6.1)
  97. rack (>= 1.0)
  98. rails (3.2.3)
  99. actionmailer (= 3.2.3)
  100. actionpack (= 3.2.3)
  101. activerecord (= 3.2.3)
  102. activeresource (= 3.2.3)
  103. activesupport (= 3.2.3)
  104. bundler (~> 1.0)
  105. railties (= 3.2.3)
  106. railties (3.2.3)
  107. actionpack (= 3.2.3)
  108. activesupport (= 3.2.3)
  109. rack-ssl (~> 1.3.2)
  110. rake (>= 0.8.7)
  111. rdoc (~> 3.4)
  112. thor (~> 0.14.6)
  113. rake (0.9.2.2)
  114. rdoc (3.12)
  115. json (~> 1.4)
  116. sass (3.1.19)
  117. sass-rails (3.2.5)
  118. railties (~> 3.2.0)
  119. sass (>= 3.1.10)
  120. tilt (~> 1.3)
  121. sax-machine (0.0.20)
  122. nokogiri (> 0.0.0)
  123. sprockets (2.1.3)
  124. hike (~> 1.2)
  125. rack (~> 1.0)
  126. tilt (~> 1.1, != 1.3.0)
  127. thor (0.14.6)
  128. tilt (1.3.3)
  129. treetop (1.4.10)
  130. polyglot
  131. polyglot (>= 0.3.1)
  132. tzinfo (0.3.33)
  133. uglifier (1.2.5)
  134. execjs (>= 0.3.0)
  135. multi_json (~> 1.3)
  136. PLATFORMS
  137. ruby
  138. DEPENDENCIES
  139. bson_ext
  140. coffee-rails (~> 3.2.1)
  141. feedzirra
  142. haml-rails
  143. jquery-rails
  144. mm-multi-parameter-attributes
  145. mongo_mapper
  146. rails (= 3.2.3)
  147. sass-rails (~> 3.2.3)
  148. uglifier (>= 1.0.3)